2016-07-10 17:34:49 +00:00
|
|
|
{
|
|
|
|
"name": "securitycam.js",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2016-08-07 09:02:21 +00:00
|
|
|
"chokidar": "^1.6.0",
|
2016-07-10 17:34:49 +00:00
|
|
|
"express": "^4.14.0",
|
2016-07-16 09:35:15 +00:00
|
|
|
"file-on-write": "^1.1.1",
|
2016-07-10 17:34:49 +00:00
|
|
|
"fluent-ffmpeg": "^2.1.0",
|
2016-07-16 09:35:15 +00:00
|
|
|
"mjpeg-consumer": "^1.1.0",
|
|
|
|
"mkdirp": "^0.5.1",
|
2016-07-10 17:34:49 +00:00
|
|
|
"moment": "^2.14.1"
|
|
|
|
}
|
|
|
|
}
|