forked from homebridge-plugins/homebridge-arlo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 978 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
36
37
38
39
40
{
"displayName": "Homebridge Arlo",
"name": "homebridge-arlo",
"version": "2.1.0",
"description": "Arlo plugin for homebridge",
"author": "homebridge-plugins",
"main": "index.js",
"scripts": {
"developer": "DEBUG=Node-Arlo,Arlo:REST nodemon --exec './node_modules/.bin/homebridge -D -U . -P .'",
"lint": "jshint package.json *.js",
"watch": "nodemon"
},
"license": "ISC",
"keywords": [
"homebridge-plugin",
"arlo",
"homebridge"
],
"repository": {
"type": "git",
"url": "git://github.com/homebridge-plugins/homebridge-arlo.git"
},
"bugs": {
"url": "http://github.com/homebridge-plugins/homebridge-arlo/issues"
},
"engines": {
"node": ">=12",
"homebridge": ">=1.2.0"
},
"devDependencies": {
"homebridge": "^1.3.5",
"nodemon": "^2.0.14"
},
"dependencies": {
"debug": "^4.1.1",
"ffmpeg-for-homebridge": "^0.0.9",
"ip": "^1.1.5",
"node-arlo": "github:lcalvy/node-arlo"
}
}