2017-08-20 21:30:51 +00:00
|
|
|
{
|
|
|
|
"name": "cca-koa-router",
|
2017-08-24 16:33:14 +00:00
|
|
|
"version": "0.1.6",
|
2017-08-20 21:30:51 +00:00
|
|
|
"description": "Koa Router",
|
|
|
|
"main": "Router.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/CupCakeArmy/koa-router.git"
|
|
|
|
},
|
2017-08-24 16:33:14 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
2017-08-20 21:30:51 +00:00
|
|
|
"keywords": [
|
|
|
|
"Koa",
|
|
|
|
"Router",
|
|
|
|
"Middleware",
|
|
|
|
"Regexp"
|
|
|
|
],
|
|
|
|
"author": "Niccolo Borgioli",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/CupCakeArmy/koa-router/issues"
|
|
|
|
},
|
2017-08-24 16:33:14 +00:00
|
|
|
"homepage": "https://github.com/CupCakeArmy/koa-router#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "^3.5.0"
|
|
|
|
}
|
2017-08-20 21:30:51 +00:00
|
|
|
}
|