-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 875 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "server",
"version": "1.0.0",
"main": "express.js",
"dependencies": {
"aws-sdk": "^2.961.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"formidable": "^1.2.2",
"mongoose": "^5.12.10",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"youtube-node": "^1.3.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dswu4our/server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dswu4our/server/issues"
},
"homepage": "https://github.com/dswu4our/server#readme",
"keywords": [],
"description": ""
}