forked from GuilhermeC18/node-onvif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 925 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": "@lgs-innovations/node-onvif",
"version": "0.2.1",
"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"
}
}