forked from moeiscool/Shinobi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 996 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
39
40
{
"name": "shinobi",
"version": "1.0.0",
"description": "CCTV and NVR for Node.js",
"main": "camera.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node camera.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moeiscool/Shinobi.git"
},
"author": "Moe Alam",
"license": "ISC",
"bugs": {
"url": "https://github.com/moeiscool/Shinobi/issues"
},
"homepage": "https://github.com/moeiscool/Shinobi#readme",
"dependencies": {
"body-parser": "^1.15.2",
"connection-tester": "^0.1.1",
"crypto": "^0.0.3",
"express": "^4.14.0",
"ejs": "^2.5.5",
"moment": "^2.17.0",
"mysql": "^2.12.0",
"nodemailer": "^3.1.3",
"path": "^0.12.7",
"webdav": "^0.3.1",
"del": "^2.2.2",
"onvif": "^0.5.3",
"node-df": "^0.1.1",
"request": "^2.79.0",
"socket.io": "^1.7.1",
"socket.io-client": "^1.7.2",
"circular-json":"0.3.1"
},
"devDependencies": {}
}