-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 953 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
38
39
40
41
42
{
"name": "elearning",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^1.5.2",
"bcryptjs": "*",
"body-parser": "~1.13.2",
"connect-flash": "*",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"jade": "~1.11.0",
"mongodb": "*",
"mongoose": "4.4.11",
"morgan": "~1.6.1",
"multer": "*",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"passport-remember-me": "*",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"cloudinary": "^1.3.1",
"memory-cache": "^0.1.6",
"mongoose": "^4.4.11",
"object-assign": "^4.0.1",
"only": "0.0.2",
"rating": "^0.1.0",
"socket.io": "^1.4.6",
"supertest": "^1.2.0",
"tape": "^4.5.1"
}
}