-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "docker-workshop",
"version": "1.0.0",
"description": "AgileWorks Docker Workshop Website.",
"main": "index.js",
"scripts": {
"test": "make test",
"start": "./node_modules/.bin/nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geekplux/koa2-boilerplate.git"
},
"keywords": [
"koa",
"koa2",
"babel",
"es2015"
],
"author": "GeekPlux",
"license": "MIT",
"bugs": {
"url": "https://github.com/geekplux/koa2-boilerplate/issues"
},
"homepage": "https://github.com/geekplux/koa2-boilerplate#readme",
"dependencies": {
"co": "^4.6.0",
"koa": "^2.0.0-alpha.3",
"koa-convert": "^1.2.0",
"koa-router": "^7.0.0",
"koa-static2": "^0.1.1",
"koa-views": "^4.1.0",
"nunjucks": "^2.3.0"
},
"devDependencies": {
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-plugin-transform-async-to-generator": "^6.5.0",
"babel-plugin-transform-regenerator": "^6.6.0",
"babel-polyfill": "^6.6.1",
"babel-preset-es2015-node5": "^1.1.2",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.4.3",
"mocha": "^2.3.4",
"nodemon": "^1.8.1",
"should": "^8.2.0",
"supertest": "^1.1.0"
}
}