-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1020 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
{
"name": "school",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"angular-gettext": "^2.3.8",
"angular-recaptcha": "^4.0.3",
"angular-route": "^1.5.6",
"async": "^2.1.2",
"bcrypt-nodejs": "*",
"body-parser": "~1.15.2",
"connect-flash": "*",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-hbs": "^1.0.3",
"express-session": "^1.14.2",
"fs-readdir-promise": "^1.0.1",
"handlebars": "^4.0.5",
"http": "^0.0.0",
"https": "^1.0.0",
"less-compiler": "^0.2.4",
"mongoose": "^4.6.6",
"morgan": "~1.7.0",
"multer": "^1.1.0",
"ng-table": "^3.0.1",
"numeral": "^2.0.2",
"passport": "^0.2.2",
"passport-local": "~1.0.0",
"request": "^2.79.0",
"serve-favicon": "^2.3.0",
"socket.io": ">= 0.9.6",
"web-push": "^3.2.2"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.3.0"
}
}