-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "MobiliteitGent",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "latest",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.6",
"connect-flash": "latest",
"cookie-parser": "~1.3.5",
"cool-ascii-faces": "1.3.3",
"debug": "^2.2.0",
"ejs": "~2.3.3",
"ews-javascript-api": "latest",
"express": "^4.13.4",
"express-jwt": "latest",
"express-session": "latest",
"heroku-self-ping": "latest",
"httpntlm": "^1.6.1",
"jquery": "^2.2.3",
"method-override": "latest",
"mongodb": "latest",
"mongoose": "latest",
"morgan": "~1.6.1",
"passport": "~0.1.17",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-http-header-token": "latest",
"passport-local": "latest",
"passport-local-mongoose": "latest",
"reload": "latest",
"req-flash": "latest",
"request": "latest",
"sequence": "^3.0.0",
"serve-favicon": "~2.3.0",
"twit": "latest",
"twitter": "latest",
"underscore": "^1.8.3"
}
}