-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.37 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
{
"name": "y2g",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "*",
"bcrypt": "*",
"body-parser": "~1.8.1",
"connect": "*",
"cookie-parser": "~1.3.3",
"crypto": "*",
"debug": "~2.0.0",
"express": "~4.9.0",
"express-flash": "0.0.2",
"express-session": "*",
"jade": "*",
"mailin": "^1.0.0",
"moment": "*",
"mongodb": "*",
"mongojs": "*",
"mongoose": "3.8.21",
"mongoose-auth": "*",
"mongoose-unique-validator": "*",
"monk": "*",
"morgan": "~1.3.0",
"nib": "*",
"nodemailer": "*",
"nodemon": "*",
"passport": "*",
"passport-local": "*",
"pwd": "*",
"request": "*",
"serve-favicon": "~2.1.3",
"stylus": "*",
"url": "*",
"mailstrip": "*",
"xregexp": "*",
"parse-reply": "*",
"mongoose-session-store": "*",
"winston": "*",
"compression": "*",
"express-redis-cache": "*"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.4",
"gulp-minify-html": "^1.0.2",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^1.2.1"
}
}