This commit is contained in:
2018-12-20 22:06:06 +08:00
parent 6b4ec16652
commit 7f92cd3156
14 changed files with 94 additions and 93 deletions
+8 -7
View File
@@ -1,6 +1,6 @@
{
"name": "iobroker.node-red",
"description": "This adapter uses node-red as a service of ioBroker. No additional node-red instance required.",
"name": "yunkong2.node-red",
"description": "This adapter uses node-red as a service of yunkong2. No additional node-red instance required.",
"version": "1.7.1",
"author": {
"name": "bluefox",
@@ -12,16 +12,16 @@
"email": "dogafox@gmail.com"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.node-red",
"homepage": "https://github.com/yunkong2/yunkong2.node-red",
"license": "Apache-2.0",
"keywords": [
"ioBroker",
"yunkong2",
"node-red",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.node-red"
"url": "https://github.com/yunkong2/yunkong2.node-red"
},
"optionalDependencies": {
"js2xmlparser": "^3.0.0",
@@ -34,7 +34,8 @@
"node-red-contrib-os": "^0.1.7",
"node-red-dashboard": "^2.9.8",
"node-red-contrib-aggregator": "^1.3.0",
"node-red-contrib-polymer": "^0.0.21"
"node-red-contrib-polymer": "^0.0.21",
"node-red-dashboard": ""
},
"devDependencies": {
"gulp": "^3.9.1",
@@ -43,7 +44,7 @@
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.node-red/issues"
"url": "https://github.com/yunkong2/yunkong2.node-red/issues"
},
"main": "main.js",
"scripts": {