-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
38
39
40
{
"name": "final_project",
"version": "1.0.0",
"description": "Project for the course Server side scripting",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "sandesh poudel",
"license": "ISC",
"dependencies": {
"apidoc": "^0.17.7",
"aws-sdk": "^2.449.0",
"bcrypt-node": "^0.1.0",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"dayjs": "^1.8.6",
"dotenv": "^5.0.1",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"ffmetadata": "^1.5.0",
"ffprobe": "^1.1.0",
"ffprobe-static": "^2.0.0",
"jsonwebtoken": "^8.2.1",
"mongoose": "^5.5.5",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0"
}
}