-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.02 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "alps-server",
"version": "0.0.0",
"description": "Site for alps",
"main": "server.js",
"repository": "",
"author": "Joonas Yoon <[email protected]>",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"async": "~0.2.8",
"better-console": "^1.0.0",
"body-parser": "^1.17.0",
"cheerio": "^0.22.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"del": "^2.2.2",
"errorhandler": "^1.5.0",
"express": "^4.14.1",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.1",
"extend": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-chmod": "^2.0.0",
"gulp-clean-css": "^3.0.2",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-copy": "^1.0.0",
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.3.1",
"gulp-header": "^1.8.8",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.2",
"gulp-less": "^3.3.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^1.0.0",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"helper-moment": "^0.2.0",
"htmlspecialchars": "^1.0.5",
"map-stream": "0.0.6",
"markdown": "^0.5.0",
"method-override": "^2.3.7",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"mongoose": "^4.8.5",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"permission": "^1.0.4",
"request": "^2.79.0",
"require-dot-file": "^0.4.0",
"run-sequence": "^1.2.2",
"sendgrid": "^4.7.1",
"serve-favicon": "^2.4.1",
"simplemde": "^1.11.2",
"socket.io": "~0.9.14",
"url": "^0.11.0",
"yamljs": "^0.2.8"
}
}