-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "cpth-platform",
"version": "1.0.0",
"main": "app.js",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"bluebird": "^3.5.1",
"generate-password": "^1.3.0",
"http-agent": "^0.1.2",
"image-size": "^0.6.1",
"js-yaml": "^3.10.0",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-connect-flash": "^0.1.2",
"koa-ctx-paginate": "^0.0.2",
"koa-json": "^2.0.2",
"koa-mount": "^3.0.0",
"koa-passport": "^4.0.1",
"koa-pug": "^3.0.0-2",
"koa-router": "^7.2.1",
"koa-session": "^5.5.0",
"koa-state": "^1.1.0",
"koa-static": "^4.0.1",
"moment": "^2.19.0",
"money": "^0.2.0",
"mongoose": "^4.12.2",
"mongoose-auto-increment": "^5.0.1",
"node-schedule": "^1.2.5",
"passport-local": "^1.0.0",
"pug-mailer": "^1.0.1",
"require-dir": "^0.3.2",
"sha256": "^0.2.0",
"winston": "^2.4.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.13",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-group-css-media-queries": "^1.2.0",
"gulp-imagemin": "^3.4.0",
"gulp-merge": "^0.1.1",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp.spritesmith": "^6.5.1",
"main-bower-files": "^2.13.1",
"merge": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}