forked from jitenss/Placement-Portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
{
"name": "placement-portal",
"version": "1.0.0",
"description": "Training and Placement Portal",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jitenss/Placement-Portal.git"
},
"author": "Jiten, Shreeram and Mudit",
"license": "ISC",
"bugs": {
"url": "https://github.com/jitenss/Placement-Portal/issues"
},
"homepage": "https://github.com/jitenss/Placement-Portal#readme",
"dependencies": {
"async": "^2.6.0",
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "*",
"cookie-parser": "*",
"express": "*",
"express-fileupload": "^0.3.0",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"handlebars-dateformat": "^1.1.1",
"handlebars-helper-equal": "*",
"handlebars-helpers": "^0.10.0",
"handlebars-intl": "^1.1.2",
"handlebars.moment": "^1.0.4",
"md5": "^2.2.1",
"mongodb": "*",
"mongoose": "*",
"mongoose-dateonly": "1.0.3",
"multer": "^1.3.0",
"nodemailer": "^4.4.1",
"nodemon": "^1.14.8",
"passport": "*",
"passport-http": "*",
"passport-local": "^1.0.0",
"passport-local-roles": "*",
"swig": "*",
"util": "*"
}
}