forked from PatchworkBoy/homebridge-edomoticz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "homebridge-edomoticz",
"version": "0.2.1",
"description": "homebridge-plugin for Domoticz https://github.com/nfarina/homebridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patchworkboy/homebridge-eDomoticz.git"
},
"preferGlobal": true,
"keywords": [
"homebridge-plugin",
"eDomoticz",
"Domoticz"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.5"
},
"dependencies": {
"inherits": "^2.0.1",
"request": "2.65.x"
},
"author": "PatchworkBoy (aka Marci) <[email protected]> (https://github.com/patchworkboy)",
"license": "CC0",
"bugs": {
"url": "https://github.com/patchworkboy/homebridge-eDomoticz/issues"
},
"homepage": "https://github.com/patchworkboy/homebridge-eDomoticz#readme"
}