You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.4 KiB

{
"name": "yunkong2.node-red",
"description": "This adapter uses node-red as a service of yunkong2. No additional node-red instance required.",
"version": "1.7.2",
"homepage": "https://git.spacen.net/yunkong2/yunkong2.node-red",
"license": "Apache-2.0",
"keywords": [
"yunkong2",
"node-red",
"home automation"
],
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.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-mdashboard": "^0.1.11",
"node-red-node-mysql":"^0.0.17",
"node-red-contrib-ftp-server":"^0.3.0",
"node-red-contrib-mongodb":"^0.3.4",
"node-red-contrib-objectid":"^0.7.2",
"node-red-contrib-matrixbot": "https://git.spacen.net/NODE-RED/node-red-contrib-matrixbot/repository/master/archive.tar.gz"
},
"devDependencies": {
"gulp": "^3.9.1",
"request": "^2.88.0",
"mocha": "^5.2.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://git.spacen.net/yunkong2/yunkong2.node-red/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"readmeFilename": "README.md"
}