Working config node and xiaomi-ht node, added package.json

This commit is contained in:
Harald Rietman
2017-06-30 19:14:32 +02:00
parent 0b086db400
commit 4645f0b803
6 changed files with 124 additions and 77 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "node-red",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/h-rietman/xiaomi-devices-node-red.git"
},
"keywords": [],
"author": "Harald Rietman <harald.rietman@portofrotterdam.com> (http://blog.example.com)",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/h-rietman/xiaomi-devices-node-red/issues"
},
"homepage": "https://gitlab.com/h-rietman/xiaomi-devices-node-red#README"
}