-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 859 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
{
"name": "node-dahua-api",
"version": "1.0.4",
"description": "Dahua HTTP API Module",
"main": "dahua.js",
"dependencies": {
"image-to-base64": "^2.0.1",
"keypather": "^3.0.0",
"moment": "^2.24.0",
"net-keepalive": "^1.1.1",
"nodemailer": "^6.3.0",
"nw_node": "^1.2.2",
"path": "^0.12.7",
"request": "^2.85.0",
"request-progress": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nayrnet/node-dahua-api.git"
},
"keywords": [
"Dahua",
"PTZ",
"IPC",
"Security Camera",
"Home Automation"
],
"author": "Ryan Hunt",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nayrnet/node-dahua-api/issues"
},
"homepage": "https://github.com/nayrnet/node-dahua-api#readme"
}