forked from jksdua/koa-header-session
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 775 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 775 Bytes
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
{
"name": "koa-header-session",
"description": "koa header session store by memory, redis or others",
"repository": "jksdua/koa-header-session",
"version": "1.1.1",
"keywords": [
"koa",
"middleware",
"session"
],
"author": "jksdua <jksdua@gmail.com>",
"dependencies": {
"copy-to": "~2.0.1",
"crc": "~3.2.1",
"debug": "*",
"parseurl": "~1.3.0",
"uid-safe": "~1.0.1"
},
"devDependencies": {
"autod": "~0.3.0",
"blanket": "*",
"contributors": "*",
"istanbul-harmony": "*",
"koa": "~0.13.0",
"koa-mongodb": "^1.0.1",
"koa-redis": "^1.0.0",
"mm": "~1.0.1",
"mocha": "2",
"should": "~4.3.0",
"supertest": "~0.13.0"
},
"engines": {
"node": ">= 0.11.9"
},
"license": "MIT"
}