Initial Push

This commit is contained in:
Johnathon Slightham
2020-12-20 22:46:29 -05:00
commit 83c4742037
18 changed files with 15201 additions and 0 deletions

21
API/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}
}