2018-06-09 23:34:06 +00:00
|
|
|
{
|
|
|
|
"name": "shinobi",
|
2018-07-13 06:01:03 +00:00
|
|
|
"productName": "Shinobi",
|
2018-12-29 19:32:12 +00:00
|
|
|
"version": "2.0.0",
|
2018-07-13 06:01:03 +00:00
|
|
|
"description": "CCTV and NVR in Node.js",
|
2018-06-09 23:34:06 +00:00
|
|
|
"main": "camera.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-07-13 06:01:03 +00:00
|
|
|
"url": "git+https://gitlab.com/Shinobi-Systems/Shinobi.git"
|
2018-06-09 23:34:06 +00:00
|
|
|
},
|
2018-07-13 06:01:03 +00:00
|
|
|
"author": "Moe Alam, Shinobi Systems",
|
2018-06-09 23:34:06 +00:00
|
|
|
"bugs": {
|
2018-07-13 06:01:03 +00:00
|
|
|
"url": "https://gitlab.com/Shinobi-Systems/Shinobi/issues"
|
2018-06-09 23:34:06 +00:00
|
|
|
},
|
2018-07-13 06:01:03 +00:00
|
|
|
"homepage": "https://gitlab.com/Shinobi-Systems/Shinobi#readme",
|
2018-06-09 23:34:06 +00:00
|
|
|
"dependencies": {
|
2019-06-23 16:21:17 +00:00
|
|
|
"async": "^3.1.0",
|
2020-08-12 18:18:35 +00:00
|
|
|
"aws-sdk": "^2.731.0",
|
|
|
|
"backblaze-b2": "^1.5.0",
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"connection-tester": "^0.2.0",
|
|
|
|
"cws": "^1.2.11",
|
|
|
|
"discord.js": "^12.2.0",
|
2018-06-09 23:34:06 +00:00
|
|
|
"ejs": "^2.5.5",
|
2019-02-20 03:34:11 +00:00
|
|
|
"express": "^4.16.4",
|
2020-09-06 18:55:42 +00:00
|
|
|
"ftp-srv": "4.3.4",
|
2018-12-29 19:32:12 +00:00
|
|
|
"http-proxy": "^1.17.0",
|
2018-06-09 23:34:06 +00:00
|
|
|
"jsonfile": "^3.0.1",
|
2020-08-12 18:18:35 +00:00
|
|
|
"knex": "^0.21.4",
|
2021-04-07 23:31:28 +00:00
|
|
|
"ldapauth-fork": "^5.0.1",
|
2020-08-12 18:18:35 +00:00
|
|
|
"moment": "^2.27.0",
|
2019-12-11 11:35:01 +00:00
|
|
|
"mp4frag": "^0.2.0",
|
2020-08-07 04:33:58 +00:00
|
|
|
"mysql": "^2.18.1",
|
2020-12-16 17:28:16 +00:00
|
|
|
"shinobi-onvif": "0.1.9",
|
2019-02-20 03:34:11 +00:00
|
|
|
"node-ssh": "^5.1.2",
|
2020-08-11 20:53:09 +00:00
|
|
|
"nodemailer": "^6.4.11",
|
2019-12-11 11:35:01 +00:00
|
|
|
"pam-diff": "^1.0.0",
|
2018-06-09 23:34:06 +00:00
|
|
|
"path": "^0.12.7",
|
2018-12-29 19:32:12 +00:00
|
|
|
"pipe2pam": "^0.6.2",
|
2019-02-20 03:34:11 +00:00
|
|
|
"request": "^2.88.0",
|
2018-12-29 19:32:12 +00:00
|
|
|
"sat": "^0.7.1",
|
2019-12-07 04:09:09 +00:00
|
|
|
"shinobi-sound-detection": "^0.1.8",
|
2019-02-27 02:34:04 +00:00
|
|
|
"smtp-server": "^3.5.0",
|
2020-08-12 18:18:35 +00:00
|
|
|
"socket.io": "^2.3.0",
|
|
|
|
"socket.io-client": "^2.3.0",
|
2019-11-03 15:59:18 +00:00
|
|
|
"webdav-fs": "^1.11.0",
|
2020-03-28 23:26:01 +00:00
|
|
|
"express-fileupload": "^1.1.6-alpha.6",
|
2020-06-15 22:18:22 +00:00
|
|
|
"googleapis": "^39.2.0",
|
2020-08-09 22:56:27 +00:00
|
|
|
"tree-kill":"1.2.2",
|
|
|
|
"unzipper":"0.10.11",
|
2021-03-27 13:55:23 +00:00
|
|
|
"node-fetch":"3.0.0-beta.9",
|
2020-08-10 22:58:56 +00:00
|
|
|
"fs-extra": "9.0.1"
|
2018-06-09 23:34:06 +00:00
|
|
|
},
|
2020-05-10 00:27:44 +00:00
|
|
|
"devDependencies": {},
|
|
|
|
"bin": "camera.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node camera.js test",
|
|
|
|
"start": "chmod +x INSTALL/start.sh && INSTALL/start.sh",
|
|
|
|
"package": "pkg package.json -t linux,macos,win --out-path dist",
|
|
|
|
"package-x64": "pkg package.json -t linux-x64,macos-x64,win-x64 --out-path dist/x64",
|
|
|
|
"package-x86": "pkg package.json -t linux-x86,macos-x86,win-x86 --out-path dist/x86",
|
|
|
|
"package-armv6": "pkg package.json -t linux-armv6,macos-armv6,win-armv6 --out-path dist/armv6",
|
|
|
|
"package-armv7": "pkg package.json -t linux-armv7,macos-armv7,win-armv7 --out-path dist/armv7",
|
|
|
|
"package-all": "npm run package && npm run package-x64 && npm run package-x86 && npm run package-armv6 && npm run package-armv7"
|
2019-07-10 19:41:18 +00:00
|
|
|
},
|
2020-05-10 00:27:44 +00:00
|
|
|
"pkg": {
|
|
|
|
"targets": [
|
|
|
|
"node12"
|
|
|
|
],
|
|
|
|
"scripts": [
|
|
|
|
],
|
|
|
|
"assets": [
|
|
|
|
"definitions/*",
|
|
|
|
"languages/*",
|
|
|
|
"web/*",
|
|
|
|
"test/*"
|
|
|
|
]
|
2019-07-10 19:41:18 +00:00
|
|
|
}
|
2018-06-09 23:34:06 +00:00
|
|
|
}
|