-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 883 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
{
"name": "nodeck",
"version": "0.0.2",
"description": "nodejs web framework based on koa.",
"main": "lib/index.js",
"scripts": {
"test": "test"
},
"keywords": [
"web",
"framework",
"koa",
"nodejs"
],
"author": "capasky <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/capasky/nodeck.git"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"co": "^4.6.0",
"debug": "^2.6.8",
"ejs": "^2.5.6",
"eventemitter3": "^2.0.3",
"formidable": "^1.1.1",
"fs-extra": "^3.0.1",
"koa": "^2.2.0",
"koa-better-body": "^3.0.2",
"koa-static": "^3.0.0",
"koa-views": "^6.0.2",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"path-to-regexp": "^1.7.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^3.4.2"
}
}