yunkong2.node-red/package.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2018-12-20 22:02:07 +08:00
{
"name": "iobroker.node-red",
"description": "This adapter uses node-red as a service of ioBroker. No additional node-red instance required.",
"version": "1.7.1",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
{
"name": "bluefox",
"email": "dogafox@gmail.com"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.node-red",
"license": "Apache-2.0",
"keywords": [
"ioBroker",
"node-red",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.node-red"
},
"optionalDependencies": {
"js2xmlparser": "^3.0.0",
"fs.notify": "^0.0.4",
"feedparser": "^2.2.9",
"mongodb": "^3.1.3"
},
"dependencies": {
"node-red": "^0.19.4",
"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"
},
"devDependencies": {
"gulp": "^3.9.1",
"request": "^2.88.0",
"mocha": "^5.2.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.node-red/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"readmeFilename": "README.md"
}