forked from cpsc462qmein/qmein4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 862 Bytes
/
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
{
"name": "qmein",
"version": "1.0.0",
"description": "qmein",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pranay Chauhan",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"express": "*",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"mongodb": "*",
"mongoose": "*",
"passport": "*",
"passport-http": "*",
"passport-local": "*"
},
"devDependencies": {
"express": "^4.15.2",
"handlebars": "^4.0.6",
"handlebars-form-helpers": "^0.1.3",
"jquery": "^3.2.1",
"serve-favicon": "^2.4.1",
"socket.io": "^1.7.3",
"timer-stopwatch": "^0.2.0"
}
}