yunkong2.yuanqu/package.json
2018-11-08 00:13:53 +08:00

34 lines
740 B
JSON

{
"name": "yunkong2.yuanqu",
"version": "0.0.7",
"description": "Connect devices oder yuanqu protocol to yunkong2",
"homepage": "https://git.spacen.net/yunkong2/yunkong2.yuanqu",
"license": "MIT",
"keywords": [
"modbus",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.yuanqu"
},
"optionalDependencies": {
},
"dependencies": {
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^4.1.0"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha test/testAdapter.js"
},
"bugs": {
"url": "https://github.com/yunkong2/yunkong2.yuanqu/issues"
},
"readmeFilename": "README.md"
}