doccam-pi/package.json

18 lines
389 B
JSON
Raw Normal View History

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": {
"fluent-ffmpeg": "^2.1.0",
"redux": "^3.6.0",
"socket.io-client": "^1.4.8",
"winston": "^2.2.0"
}
2016-08-26 14:35:18 +12:00
}