forked from Glavin001/resin-homebridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.05 KB
/
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": "resin-homebridge",
"version": "0.1.0",
"description": "Resin.io application for Homebridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run start:setup && npm run start:homebridge",
"start:setup": "./setup.sh",
"start:homebridge": "DEBUG=* homebridge --debug --user-storage-path /data/.homebridge --plugin-path /usr/src/app/node_modules/",
"debug": "DEBUG=* homebridge --debug --plugin-path ./node_modules/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glavin001/resin-homebridge.git"
},
"keywords": [
"resin",
"homebridge"
],
"author": "Glavin Wiechert",
"license": "MIT",
"bugs": {
"url": "https://github.com/Glavin001/resin-homebridge/issues"
},
"homepage": "https://github.com/Glavin001/resin-homebridge#readme",
"dependencies": {
"homebridge-people-plus": "^0.1.1",
"homebridge-server": "^1.0.24",
"homebridge-smartthings": "^0.5.1",
"homebridge-smartthings-routine-triggers": "^1.0.3"
}
}