mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
Shinobi CE officially lands on Gitlab
This commit is contained in:
commit
f1406d4eec
431 changed files with 118157 additions and 0 deletions
44
package.json
Normal file
44
package.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"name": "shinobi",
|
||||
"version": "1.0.37",
|
||||
"description": "CCTV and NVR in Node.js, Version : daf882caf6053a7c2c8f4e69427620356f8a440c",
|
||||
"main": "camera.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "chmod +x INSTALL/start.sh && INSTALL/start.sh"
|
||||
},
|
||||
"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",
|
||||
"chokidar": "^2.0.3",
|
||||
"mp4frag": "^0.0.15",
|
||||
"ejs": "^2.5.5",
|
||||
"express": "^4.14.0",
|
||||
"jsonfile": "^3.0.1",
|
||||
"moment": "^2.17.0",
|
||||
"mysql": "^2.12.0",
|
||||
"knex": "^0.14.2",
|
||||
"pam-diff": "^0.10.2",
|
||||
"pipe2pam": "^0.6.2",
|
||||
"nodemailer": "^4.0.1",
|
||||
"node-onvif": "^0.1.4",
|
||||
"path": "^0.12.7",
|
||||
"request": "^2.79.0",
|
||||
"socket.io": "^1.7.1",
|
||||
"socket.io-client": "^1.7.2",
|
||||
"http-proxy": "^1.17.0",
|
||||
"webdav": "^0.3.1",
|
||||
"ldapauth-fork": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue