node-hikvision-api
Version:
Hikvision HTTP API Module
35 lines (34 loc) • 743 B
JSON
{
"name": "node-hikvision-api",
"version": "0.0.2",
"description": "Hikvision HTTP API Module",
"main": "hikvision.js",
"dependencies": {
"request": "^2.79.0",
"agentkeepalive": "^3.0.0",
"xml2js": "^0.4.17"
},
"devDependencies": {},
"scripts": {
"test": "echo 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nayrnet/node-hikvision-api.git"
},
"keywords": [
"Hikvision",
"Hik",
"Imporx",
"PTZ",
"IPC",
"Security Camera",
"Home Automation"
],
"author": "Ryan Hunt",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nayrnet/node-hikvision-api/issues"
},
"homepage": "https://github.com/nayrnet/node-hikvision-api#readme"
}