UNPKG

676 BJSONView Raw
1{
2 "name": "koa-sess",
3 "description": "koa session store by memory, redis or others",
4 "repository": "dead-horse/koa-session",
5 "version": "0.2.0",
6 "keywords": ["koa", "middleware", "session"],
7 "author": "dead_horse <dead_horse@qq.com>",
8 "dependencies": {
9 "buffer-crc32": "0.2.1",
10 "debug": "0.7.4",
11 "uid2": "0.0.3"
12 },
13 "devDependencies": {
14 "autod": "0.1.x",
15 "blanket": "*",
16 "contributors": "*",
17 "istanbul": "git://github.com/gotwarlost/istanbul.git#harmony",
18 "koa": "0.5.1",
19 "mm": "0.2.0",
20 "mocha": "*",
21 "should": "3.1.3",
22 "supertest": "0.9.0"
23 },
24 "engines": {
25 "node": ">= 0.11.9"
26 },
27 "license": "MIT"
28}