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.

46 lines
983 B

{
"name": "yunkong2.sonoff",
"description": "The adapter allows to send and receive MQTT messages from yunkong2 and to be a broker.",
"version": "2.2.3",
"homepage": "https://github.com/yunkong2/yunkong2.sonoff",
"repository": {
"type": "git",
"url": "https://github.com/yunkong2/yunkong2.sonoff"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yunkong2/yunkong2.sonoff/blob/master/LICENSE"
}
],
"keywords": [
"yunkong2",
"sonoff",
"MQTT",
"tasmota",
"esp"
],
"devDependencies ": {
"mqtt": "^2.18.1"
},
"dependencies": {
"mqtt-connection": "^4.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^5.2.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/yunkong2/yunkong2.sonoff/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}