-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.82 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.82 KB
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
{
"name": "koa-react-isomorphic-webapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"babel": "^5.2.17",
"babel-core": "^5.8.30",
"babel-loader": "^5.3.0",
"co-fs": "^1.2.0",
"debug": "^2.2.0",
"del": "^1.2.0",
"glob": "^5.0.15",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.0",
"gulp-changed": "^1.2.1",
"gulp-eslint": "^1.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.0",
"gulp-nodemon": "^2.0.3",
"gulp-sass": "^2.1.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"handlebars": "^3.0.3",
"highlight.js": "^8.9.1",
"koa": "^0.21.0",
"koa-compose": "^2.3.0",
"koa-compress": "^1.0.8",
"koa-favicon": "^1.2.0",
"koa-hbs": "^0.7.0",
"koa-logger": "^1.3.0",
"koa-response-time": "^1.0.2",
"koa-route": "^2.4.2",
"koa-static": "^1.4.9",
"marked": "^0.3.5",
"moment": "^2.10.6",
"react-router": "^1.0.0",
"run-sequence": "^1.1.1",
"underscore": "^1.8.3",
"vinyl-named": "^1.1.0",
"webpack": "^1.10.1",
"webpack-stream": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"chai": "^2.3.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.4.2",
"gulp-mocha": "^2.1.2",
"gulp-notify": "^2.2.0",
"jquery": "^2.1.4",
"mocha": "^2.2.4",
"react": "^0.14.2",
"react-dom": "^0.14.2"
},
"scripts": {
"start": "node --harmony app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "DEBUG=koa* node --harmony app.js"
},
"engines": {
"node": ">=4.2.1"
},
"author": "Antoine Duvillier <duvillierantoine@gmail.com> (https://github.com/duvillierA)",
"license": "ISC"
}