forked from nayrnet/node-hikvision-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 787 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
{
"name": "node-hikvision-api",
"version": "0.0.2",
"description": "Hikvision HTTP API Module",
"main": "hikvision.js",
"dependencies": {
"xml2js": "^0.4.22",
"net-keepalive": "^1.2.1",
"request": "^2.88.0"
},
"devDependencies": {},
"scripts": {
"test": "echo 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbruno51/node-hikvision-api.git"
},
"keywords": [
"Hikvision",
"Hik",
"Imporx",
"PTZ",
"IPC",
"Security Camera",
"Home Automation",
"License Plate Recognition"
],
"author": "bbruno5; Ryan Hunt",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bbruno51/node-hikvision-api/issues"
},
"homepage": "https://github.com/bbruno51/node-hikvision-api#readme"
}