2017-08-18 16:03:30 +00:00
|
|
|
{
|
|
|
|
"name": "cca-koa-cookie",
|
2017-08-18 17:53:20 +00:00
|
|
|
"version": "0.1.2",
|
2017-08-18 16:03:30 +00:00
|
|
|
"description": "Cookie Parser and Setter for Koa",
|
|
|
|
"main": "Cookie.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/CupCakeArmy/koa-cookie.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Koa",
|
2017-08-18 17:54:14 +00:00
|
|
|
"Middleware",
|
2017-08-18 16:03:30 +00:00
|
|
|
"Cookie",
|
2017-08-18 17:53:20 +00:00
|
|
|
"cca",
|
|
|
|
"lightweight"
|
2017-08-18 16:03:30 +00:00
|
|
|
],
|
|
|
|
"author": "Niccolo Borgioli",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/CupCakeArmy/koa-cookie/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/CupCakeArmy/koa-cookie#readme"
|
2017-08-18 17:53:20 +00:00
|
|
|
}
|