Files
NodeJS-Video-Streamer/API/package.json
Johnathon Slightham 83c4742037 Initial Push
2020-12-20 22:46:29 -05:00

22 lines
467 B
JSON

{
"name": "open-video-stream",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"fluent-ffmpeg": "^2.1.2",
"handbrake-js": "^5.0.2",
"mongoose": "^5.11.8",
"nodemon": "^2.0.6"
}
}