-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "chestnut-app",
"version": "0.2.11",
"description": "koa2 app",
"main": "index.js",
"scripts": {
"test": "mocha --require mocha-babel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nandy007/chestnut-app.git"
},
"keywords": [
"koa2",
"app"
],
"author": "nandy007",
"license": "MIT",
"devDependencies": {
"babel": "^5.4.7",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-3": "^6.24.1",
"koa": "^2.0.0",
"mocha": "*",
"should": "*",
"should-promised": "^0.3.0"
},
"dependencies": {
"chestnut-router": "^0.2.4",
"chestnut-session": "^0.2.4",
"chestnut-utils": "^0.2.3",
"ejs": "^2.5.6",
"http-proxy": "^1.16.2",
"koa": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-multer": "1.0.1",
"koa-static": "^4.0.0",
"koa-views": "^6.0.2"
},
"bugs": {
"url": "https://github.com/nandy007/chestnut-app/issues"
},
"homepage": "https://github.com/nandy007/chestnut-app#readme"
}