-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.99 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
76
77
78
79
{
"name": "meanstack",
"version": "0.4.4",
"description": "MEANStack.io bringing together the best of MEAN MongoDB, Express, AngularJS and Node.js",
"repository": {
"type": "git",
"url": "git+https://github.com/meanstack-io/meanstack.git"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"meanstack",
"mean",
"framework",
"framework meanstack",
"framework mean"
],
"author": "Rafael Pegorari <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/meanstack-io/meanstack/issues"
},
"homepage": "http://meanstack.io",
"dependencies": {
"bcrypt": "^0.8.5",
"bluebird": "^3.4.1",
"body-parser": "~1.13.2",
"browser-sync": "^2.14.0",
"compression": "^1.6.1",
"connect-redis": "^3.1.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"email-templates": "^2.3.0",
"express": "~4.13.1",
"express-hbs": "^1.0.1",
"express-session": "^1.13.0",
"file-stream-rotator": "0.0.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.0.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.2",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.2",
"lazypipe": "^1.0.1",
"lodash.foreach": "^4.1.0",
"lodash.get": "^4.0.2",
"minimist": "^1.2.0",
"mongoose": "^4.4.19",
"mongoose-unique-validator": "^1.0.2",
"morgan": "~1.6.1",
"nodemailer": "^2.2.1",
"passport": "^0.3.2",
"serve-favicon": "~2.3.0",
"sitemap": "^1.9.0",
"uuid": "^3.0.0",
"winston": "^2.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">= 2.5.1"
}
}