node-onvif
Version:
The node-onvif is a Node.js module which allows you to communicate with the network camera which supports the ONVIF specifications.
40 lines (39 loc) • 947 B
JSON
{
"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 <futomi.hatano@gmail.com> (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"
}
}