-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 945 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 945 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
38
{
"name": "paperstocks",
"version": "1.0.0",
"engines": {
"node": "8.10.0"
},
"description": "The Paper Sharing Website for Students",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AkashIT418/paperstock_pro.git"
},
"author": "Akash",
"license": "ISC",
"bugs": {
"url": "https://github.com/AkashIT418/paperstock_pro/issues"
},
"homepage": "https://github.com/AkashIT418/paperstock_pro#readme",
"dependencies": {
"@hapi/joi": "^16.1.7",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"dotenv": "^8.1.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.0",
"express-validator": "^6.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.6.13",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
}
}