irusb-adapter/package.json

19 lines
531 B
JSON
Raw Normal View History

2021-07-17 02:41:16 +02:00
{
"name": "irusb-adapter",
2021-08-11 21:44:40 +02:00
"version": "1.0.1",
2021-07-17 02:41:16 +02:00
"description": "webthings.io gateway adapter for the Video Storm IrUSB device. Allows control of Android TV devices like nVidia Shield over Network.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.humanoids.be:222/freaktechnik/irusb-adapter.git"
},
"keywords": [
"webthingio"
],
"author": "Martin Giger (https://humanoids.be)",
"license": "MIT"
}