-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
34 lines (34 loc) · 831 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
{
"name": "homebridge-http-advanced",
"version": "0.1.0",
"description": "http(s) plugin for Homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "NovaGL",
"contributors": [
"Adrian Rudman",
"David Parry"
],
"repository": {
"type": "git",
"url": "git://github.com/NovaGL/homebridge-http-advanced.git"
},
"dependencies": {
"request": "^2.65.0",
"polling-to-event": ">=2.0.2"
},
"bugs": {
"url": "https://github.com/NovaGL/homebridge-http-advanced/issues"
},
"homepage": "https://github.com/NovaGL/homebridge-http-advanced#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}