-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 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
{
"name": "faster",
"dependencies": {
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"composable-middleware": "^0.3.0",
"compression": "^1.6.1",
"connect-mongo": "^1.1.0",
"ejs": "^2.4.1",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-jwt": "^3.3.0",
"express-server-sent-events": "^1.1.0",
"express-session": "^1.13.0",
"gulp": "^3.9.1",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
"jsonwebtoken": "^5.7.0",
"lodash": "^4.5.1",
"lusca": "^1.3.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.4",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^5.0.0",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"connect-livereload": "^0.5.4",
"del": "^2.2.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-angular": "^1.0.0",
"eslint-plugin-react": "^4.2.3",
"gulp-add-src": "^0.2.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-constant": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.1",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.0.7",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"lazypipe": "^1.0.1",
"nodemon": "^1.9.0",
"open": "0.0.5",
"run-sequence": "^1.1.5",
"wiredep": "^3.0.0"
}
}