-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "koaboiler",
"version": "1.0.0",
"description": "koa boilerplate for production ready",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/llambda/koaboiler.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/llambda/koaboiler/issues"
},
"homepage": "https://github.com/llambda/koaboiler#readme",
"dependencies": {
"bluebird": "^3.1.1",
"koa": "^2.0.0-alpha.3",
"koa-adapter": "0.0.3",
"koa-adapter-bluebird": "0.0.1",
"koa-bodyparser": "^2.0.1",
"koa-compress": "^1.0.8",
"koa-conditional-get": "^1.0.3",
"koa-ejs": "^3.0.0",
"koa-etag": "^2.1.0",
"koa-favicon": "^1.2.0",
"koa-helmet": "^1.0.0",
"koa-morgan": "^1.0.1",
"koa-response-time": "^1.0.2",
"koa-router": "^5.3.0",
"koa-serve-static": "^1.0.0",
"koa-session": "^3.3.1",
"marko": "^2.8.2",
"pem": "^1.8.1",
"socket.io": "^1.4.4",
"socketio-sticky-session": "^0.4.1",
"spdy": "^3.2.0"
}
}