-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 896 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
{
"name": "koa-cache-it",
"version": "0.1.3",
"description": "koa-cache-it is a koa middleware which provide cache for app.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hxshandle/koa-cache.git"
},
"keywords": [
"koa",
"cache"
],
"author": "Handle Huang",
"license": "LGPL V3",
"bugs": {
"url": "https://github.com/hxshandle/koa-cache/issues"
},
"homepage": "https://github.com/hxshandle/koa-cache",
"devDependencies": {
"co": "^4.6.0",
"koa": "^0.21.0",
"koa-bodyparser": "^2.0.1",
"koa-json": "^1.1.1",
"koa-redis": "^1.0.0",
"mocha": "^2.2.5",
"should": "^7.0.4",
"supertest": "^1.0.1"
},
"dependencies": {
"copy-to": "^2.0.1",
"debug": "^2.2.0",
"events": "^1.0.2",
"lodash": "^3.10.1",
"uid-safe": "^2.0.0"
}
}