2016-08-26 14:35:18 +12:00
|
|
|
{
|
2017-04-22 12:12:16 +12:00
|
|
|
"name": "doccpi",
|
|
|
|
"version": "0.0.2",
|
|
|
|
"description": "Pi software for the DoC cams.",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Valentin Boettcher",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"dependencies": {
|
2017-05-22 18:16:54 +12:00
|
|
|
"autossh": "git://github.com/vale981/autossh.git#vale981-localhost",
|
2017-04-22 12:12:16 +12:00
|
|
|
"fluent-ffmpeg": "^2.1.0",
|
2017-05-22 18:16:54 +12:00
|
|
|
"node-ipc": "^9.0.1",
|
2017-04-27 17:43:06 +12:00
|
|
|
"promise": "^7.1.1",
|
2017-05-22 18:16:54 +12:00
|
|
|
"ps-node": "^0.1.6",
|
2017-04-22 12:12:16 +12:00
|
|
|
"redux": "^3.6.0",
|
2017-04-27 17:43:06 +12:00
|
|
|
"redux-thunk": "^2.2.0",
|
2017-04-22 12:12:16 +12:00
|
|
|
"socket.io-client": "^1.4.8",
|
|
|
|
"winston": "^2.2.0"
|
|
|
|
}
|
2016-08-26 14:35:18 +12:00
|
|
|
}
|