koa-mysql-session
Version:
a session store compatible with koa-generic-session based off of the SQL logic in the connect mysql-session-store project
30 lines (29 loc) • 735 B
JSON
{
"name": "koa-mysql-session",
"version": "0.0.2",
"description": "a session store compatible with koa-generic-session based off of the SQL logic in the connect mysql-session-store project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tb01923/koa-mysql-session.git"
},
"keywords": [
"koa",
"session",
"mysql",
"nodejs"
],
"author": "todd brown",
"license": "ISC",
"bugs": {
"url": "https://github.com/tb01923/koa-mysql-session/issues"
},
"homepage": "https://github.com/tb01923/koa-mysql-session",
"dependencies": {
"co": "^3.1.0",
"co-mysql": "^0.4.1"
}
}