-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
56 lines (56 loc) · 1.41 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
51
52
53
54
55
56
{
"name": "id",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "grunt"
},
"dependencies": {
"app-root-dir": "^1.0.2",
"app-root-path": "^2.0.1",
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"chai": "^4.1.2",
"connect-redis": "^3.4.0",
"cookie-parser": "~1.4.3",
"debug": "~3.1.0",
"express": "~4.16.2",
"express-fileupload": "^0.4.0",
"express-sanitizer": "^1.0.2",
"express-session": "^1.15.6",
"express-validator": "^5.0.3",
"fuzzquire": "0.0.7",
"https-proxy-agent": "^2.1.1",
"jade": "~1.11.0",
"json2csv": "^4.3.5",
"material-components-web": "^0.32.0",
"moment": "^2.20.0",
"moment-range": "^4.0.1",
"mongoose": "^5.4.16",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"nocache": "^2.0.0",
"nodemailer": "^4.2.0",
"outdatedbrowser": "^1.1.5",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth2": "^0.1.6",
"promise": "^8.0.1",
"prompt": "^1.0.0",
"redis": "^2.8.0",
"run-sequence": "^2.2.0",
"serve-favicon": "~2.4.2",
"uncaught": "^0.0.5",
"xoauth2": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint-plugin-prettier": "^2.6.2",
"grunt": "^1.0.3",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"grunt-prettier": "^0.6.1",
"prettier": "1.13.7"
}
}