forked from homebridge/homebridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 791 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
34
35
{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.4.33",
"scripts": {
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
},
"author": {
"name": "Nick Farina"
},
"repository": {
"type": "git",
"url": "git://github.com/nfarina/homebridge.git"
},
"bugs": {
"url": "http://github.com/nfarina/homebridge/issues"
},
"license": "ISC",
"main": "lib/api.js",
"bin": {
"homebridge": "bin/homebridge"
},
"engines": {
"node": ">=4.3.2"
},
"preferGlobal": true,
"dependencies": {
"chalk": "^1.1.1",
"commander": "2.8.1",
"hap-nodejs": "git://github.com/NorthernMan54/HAP-NodeJS",
"semver": "5.0.3",
"node-persist": "^0.0.8",
"qrcode-terminal": "^0.11.0"
}
}