-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 842 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
{
"name": "homebridge-foscam-nightlight",
"version": "1.0.5",
"description": "Control foscam Night Light from Foscam Cameras that have Night Light",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge-plugin"
],
"author": "Georgios Andritsos <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"http": "0.0.0",
"xml2js": "^0.4.17"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ageorgios/homebridge-foscam-nightlight.git"
},
"bugs": {
"url": "https://github.com/ageorgios/homebridge-foscam-nightlight/issues"
},
"homepage": "https://github.com/ageorgios/homebridge-foscam-nightlight#readme"
}