Initial Push
This commit is contained in:
21
API/package.json
Normal file
21
API/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user