forked from PeteLawrence/homebridge-people
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 869 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-people-plus",
"version": "0.1.0",
"description": "Homebridge plugin that provides details of who is in a Home",
"main": "index.js",
"keywords": [
"homebridge-plugin"
],
"homepage": "https://github.com/Glavin001/homebridge-people-plus#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Glavin001/homebridge-people-plus.git"
},
"bugs": {
"url": "https://github.com/Glavin001/homebridge-people-plus/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"arp-a": "^0.5.1",
"bluebird": "^3.4.7",
"homebridge-plugin-helpers": ">=0.1.0",
"net-ping": "^1.2.0",
"ping": "^0.1.10"
},
"scripts": {
"start": "homebridge --plugin-path ./",
"debug": "DEBUG=* homebridge --debug --plugin-path ./"
}
}