Mark van Renswoude
dd75bef94f
Added raw and mjpeg-split output modules Added before/after/during commands Updated sample config and added readme
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"name": "securitycam.js",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.14.0",
|
|
"file-on-write": "^1.1.1",
|
|
"fluent-ffmpeg": "^2.1.0",
|
|
"mjpeg-consumer": "^1.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"moment": "^2.14.1"
|
|
}
|
|
}
|