UNPKG

1.01 kBJSONView Raw
1{
2 "name": "shinobi",
3 "version": "1.0.19",
4 "description": "CCTV and NVR for Node.js",
5 "main": "camera.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "start": "chmod +x INSTALL/start.sh && INSTALL/start.sh"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/moeiscool/Shinobi.git"
13 },
14 "author": "Moe Alam",
15 "license": "GPL",
16 "bugs": {
17 "url": "https://github.com/ShinobiCCTV/Shinobi/issues"
18 },
19 "homepage": "https://github.com/moeiscool/Shinobi#readme",
20 "dependencies": {
21 "body-parser": "^1.15.2",
22 "circular-json": "0.3.1",
23 "connection-tester": "^0.1.1",
24 "crypto": "^0.0.3",
25 "ejs": "^2.5.5",
26 "express": "^4.14.0",
27 "jsonfile": "^3.0.1",
28 "moment": "^2.17.0",
29 "mysql": "^2.12.0",
30 "nodemailer": "^4.0.1",
31 "onvif": "^0.5.3",
32 "path": "^0.12.7",
33 "request": "^2.79.0",
34 "socket.io": "^1.7.1",
35 "socket.io-client": "^1.7.2",
36 "webdav": "^0.3.1"
37 },
38 "devDependencies": {}
39}