Initial commit
This commit is contained in:
Executable
+46
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user