yunkong2.sonoff/package.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2019-01-16 09:07:10 +08:00
{
"name": "iobroker.sonoff",
"description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
"version": "2.2.3",
"author": "bluefox <dogafox@gmail.com>",
"homepage": "https://github.com/ioBroker/ioBroker.sonoff",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.sonoff"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.sonoff/blob/master/LICENSE"
}
],
"keywords": [
"iobroker",
"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/ioBroker/ioBroker.sonoff/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}