forked from moritzmhmk/homebridge-camera-rpi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 789 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-camera-rpi",
"version": "0.0.4",
"description": "raspberry pi camera plugin for homebridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moritzmhmk/homebridge-camera-rpi.git"
},
"keywords": [
"homebridge-plugin"
],
"author": "Moritz K.",
"license": "MIT",
"bugs": {
"url": "https://github.com/moritzmhmk/homebridge-camera-rpi/issues"
},
"engines": {
"node": ">=5.0.0",
"homebridge": ">=0.4.5"
},
"homepage": "https://github.com/moritzmhmk/homebridge-camera-rpi#readme",
"dependencies": {
"ip": "^1.1.5"
},
"devDependencies": {
"hap-nodejs": "^0.4.32",
"minimist": "^1.2.0"
}
}