-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "goa",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./app/bin/www"
},
"dependencies": {
"exif-reader": "^1.0.2",
"joi": "^11.0.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.1",
"node-couchdb": "^1.2.0",
"passport-http": "^0.3.0",
"require-dir": "^0.3.2",
"sharp": "^0.18.4",
"winston": "^2.3.1"
},
"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-merge": "^0.1.1",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"main-bower-files": "^2.13.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}