-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 831 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": "domoticz-ipcc",
"version": "0.0.1",
"description": "Domoticz IP Camera Controller",
"main": "server.js",
"dependencies": {
"mqtt": "^1.6.3",
"events": "^1.1.0",
"node-domoticz-mqtt": "^1.2.2",
"ain2": "^1.5.3",
"daemonize2": "^0.4.2",
"util": "^0.10.3",
"request": "^2.67.0",
"net": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo 0",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nayrnet/domoticz-ipcc.git"
},
"keywords": [
"Domoticz",
"Dahua",
"PTZ",
"IPC",
"IP Camera"
],
"author": "Ryan Hunt",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nayrnet/domoticz-htc/issues"
},
"homepage": "https://github.com/nayrnet/domoticz-ipcc#readme"
}