Shinobi/package.json

53 lines
1.4 KiB
JSON
Raw Normal View History

2018-06-09 23:34:06 +00:00
{
"name": "shinobi",
"productName": "Shinobi",
"version": "2.0.0",
"description": "CCTV and NVR in Node.js",
2018-06-09 23:34:06 +00:00
"main": "camera.js",
"bin": "camera.js",
2018-06-09 23:34:06 +00:00
"scripts": {
"test": "node camera.js test",
2018-06-09 23:34:06 +00:00
"start": "chmod +x INSTALL/start.sh && INSTALL/start.sh"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Shinobi-Systems/Shinobi.git"
2018-06-09 23:34:06 +00:00
},
"author": "Moe Alam, Shinobi Systems",
2018-06-09 23:34:06 +00:00
"bugs": {
"url": "https://gitlab.com/Shinobi-Systems/Shinobi/issues"
2018-06-09 23:34:06 +00:00
},
"homepage": "https://gitlab.com/Shinobi-Systems/Shinobi#readme",
2018-06-09 23:34:06 +00:00
"dependencies": {
"aws-sdk": "^2.279.1",
"backblaze-b2": "^1.0.4",
2019-02-20 03:34:11 +00:00
"body-parser": "^1.18.3",
2018-06-09 23:34:06 +00:00
"circular-json": "0.3.1",
"connection-tester": "^0.1.1",
"discord.js": "^11.3.2",
2018-06-09 23:34:06 +00:00
"ejs": "^2.5.5",
2019-02-20 03:34:11 +00:00
"express": "^4.16.4",
2019-02-23 21:02:02 +00:00
"ftp-srv": "^4.0.0",
"http-proxy": "^1.17.0",
2018-06-09 23:34:06 +00:00
"jsonfile": "^3.0.1",
2019-02-20 03:34:11 +00:00
"knex": "^0.16.3",
"ldapauth-fork": "^4.0.2",
2018-06-09 23:34:06 +00:00
"moment": "^2.17.0",
"mp4frag": "^0.0.22",
2019-02-20 03:34:11 +00:00
"mysql": "^2.16.0",
2018-06-09 23:34:06 +00:00
"node-onvif": "^0.1.4",
2019-02-20 03:34:11 +00:00
"node-ssh": "^5.1.2",
"nodemailer": "^4.0.1",
2019-02-20 03:34:11 +00:00
"pam-diff": "^0.12.1",
2018-06-09 23:34:06 +00:00
"path": "^0.12.7",
"pipe2pam": "^0.6.2",
2019-02-20 03:34:11 +00:00
"request": "^2.88.0",
"sat": "^0.7.1",
2019-02-20 03:34:11 +00:00
"shinobi-sound-detection": "^0.1.7",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"webdav-fs": "^1.11.0"
2018-06-09 23:34:06 +00:00
},
"devDependencies": {}
}