-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 948 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
{
"name": "onvif-snapshot",
"version": "1.0.3",
"description": "Include this library to take a snapshot of a camera with the onvif library",
"main": "lib/snapshot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chriswiggins/onvif-snapshot.git"
},
"keywords": [
"onvif",
"snapshot"
],
"author": "Chris Wiggins <chris@wiggins.nz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chriswiggins/onvif-snapshot/issues"
},
"contributors": [
{
"name": "Jeff Galbraith",
"email": "jgalbraith@intelliviewtech.com",
"url": "http://intelliviewtech.com"
}
],
"homepage": "https://github.com/chriswiggins/onvif-snapshot#readme",
"peerDependencies": {
"onvif": "^0.5.5"
},
"devDependencies": {
"onvif": "^0.6.2"
},
"dependencies": {
"request": "^2.88.0"
}
}