forked from noahpeters/overlook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 953 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
{
"author": {
"name": "Noah Peters",
"email": "[email protected]"
},
"name": "overlook",
"description": "Remote control, view and config a Foscam/Tenvis IP camera",
"version": "0.4.40",
"repository": {
"type": "git",
"url": "git://github.com/noahpeters/overlook.git"
},
"bugs": {
"url": "https://github.com/noahpeters/overlook/issues"
},
"main": "overlook.js",
"dependencies": {
"tail":"*",
"node-uuid":"*"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"keywords": ["overlook", "foscam", "tenvis", "camera", "ipcam", "webcam"],
"license": {
"type": "Public Domain",
"url": "https://github.com/noahpeters/overlook/raw/master/UNLICENSE"
}
}