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.

37 lines
829 B

{
"name": "yunkong2.rsonoff",
"version": "2.0.9",
"description": "Connect devices order RSonoff",
"homepage": "https://git.spacen.net/yunkong2/yunkong2.rsonoff",
"license": "MIT",
"keywords": [
"yunkong2",
"Smart Home"
],
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.rsonoff"
},
"optionalDependencies": {
"serialport": "^6.0.4"
},
"dependencies": {
"stampit": "^2.1.2",
"put": "0.0.6",
"crc": "3.8.0",
"stampit-state-machine": "^0.2.1",
"stampit-event-bus": "^0.1.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^5.2.0",
"chai": "^4.2.0",
"nan": "2.11.1"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha test/testAdapter.js"
},
"readmeFilename": "README.md"
}