forked from moeiscool/Shinobi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (37 loc) · 922 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": "shinobi",
"version": "1.0.23",
"description": "CCTV and NVR for Node.js",
"main": "camera.js",
"private": true,
"license": "GPL",
"repository": {
"type": "git",
"url": "git+https://github.com/moeiscool/Shinobi.git"
},
"author": "Moe Alam",
"bugs": {
"url": "https://github.com/ShinobiCCTV/Shinobi/issues"
},
"homepage": "https://github.com/moeiscool/Shinobi#readme",
"dependencies": {
"body-parser": "^1.15.2",
"circular-json": "0.3.1",
"connection-tester": "^0.1.1",
"crypto": "^0.0.3",
"ejs": "^2.5.5",
"express": "^4.14.0",
"jsonfile": "^3.0.1",
"moment": "^2.17.0",
"mysql": "^2.12.0",
"nodemailer": "^4.0.1",
"onvif": "^0.5.3",
"path": "^0.12.7",
"request": "^2.79.0",
"socket.io": "^1.7.1",
"socket.io-client": "^1.7.2",
"webdav": "^0.3.1",
"ldapauth-fork": "^4.0.2"
},
"devDependencies": {}
}