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.

34 lines
740 B

{
"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"
}