-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
39 lines (39 loc) · 908 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": "node-onvif",
"version": "0.1.7",
"description": "The node-onvif is a Node.js module which allows you to communicate with the network camera which supports the ONVIF specifications.",
"engines": {
"node" : ">=4.4"
},
"main": "./lib/node-onvif.js",
"files": [
"lib",
"sample"
],
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ONVIF",
"Camera",
"Network Camera",
"Security Camera",
"Baby Camera",
"PTZ"
],
"homepage": "https://github.com/futomi",
"author": "Futomi Hatano <[email protected]> (https://github.com/futomi)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/futomi/node-onvif.git"
},
"readmeFilename": "README.md",
"dependencies": {
"xml2js": ">=0.4.17",
"html": ">=1.0.0"
}
}