更新 package.json

master
钟进 6 years ago
parent 7a7956c46f
commit 56ec7f8444

@ -1,14 +1,12 @@
{ {
"name": "yunkong2.rsonoff", "name": "yunkong2.rsonoff",
"version": "2.0.9", "version": "2.0.9",
"description": "Connect devices oder RSonoff", "description": "Connect devices order RSonoff",
"homepage": "https://git.spacen.net/yunkong2/yunkong2.rsonoff", "homepage": "https://git.spacen.net/yunkong2/yunkong2.rsonoff",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"yunkong2", "yunkong2",
"modbus", "Smart Home"
"Smart Home",
"home automation"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
@ -28,15 +26,11 @@
"gulp": "^3.9.1", "gulp": "^3.9.1",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"nan": "2.11.1", "nan": "2.11.1"
"modbus-stack": "^0.2.1"
}, },
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"test": "node node_modules/mocha/bin/mocha test/testAdapter.js" "test": "node node_modules/mocha/bin/mocha test/testAdapter.js"
}, },
"bugs": {
"url": "https://git.spacen.net/yunkong2/yunkong2.rsonoff/issues"
},
"readmeFilename": "README.md" "readmeFilename": "README.md"
} }

Loading…
Cancel
Save