-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 loc) · 993 Bytes
/
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
{
"name": "avalon2-koa2-server-render-example",
"version": "1.0.0",
"description": "avalon2与koa2后端渲染例子",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geekplux/koa2-boilerplate.git"
},
"keywords": [
"koa",
"koa2",
"babel",
"es2015"
],
"author": "RubyLouvre",
"license": "MIT",
"bugs": {
"url": "http://avalonjs.coding.me/"
},
"homepage": "hhttp://avalonjs.coding.me/",
"dependencies": {
"koa": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-3": "^6.11.0",
"html-minifier": "^3.0.2",
"koa-convert": "^1.2.0",
"koa-static-plus": "^0.1.1",
"koa-views": "^5.0.2",
"mocha": "^2.3.4",
"nodemon": "^1.8.1",
"should": "^8.2.0",
"supertest": "^1.1.0",
"webpack": "^1.13.2"
}
}