You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
894 B
40 lines
894 B
{
|
|
"name": "koa-66",
|
|
"version": "0.7.3",
|
|
"description": "Router middleware for koa v2",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/menems/koa-66.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --require should",
|
|
"test-cov": "istanbul cover _mocha -- --require should --bail",
|
|
"test-travis": "istanbul cover _mocha --report lcovonly -- --require should --bail"
|
|
},
|
|
"keywords": [
|
|
"koa",
|
|
"router",
|
|
"route",
|
|
"middleware",
|
|
"es2015",
|
|
"asyncFunctions"
|
|
],
|
|
"author": "blaz <blaz@menems.net>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"koa-compose": "^3.0.0",
|
|
"path-to-regexp": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "^0.4.0",
|
|
"koa": "2.0.0-alpha.3",
|
|
"mocha": "^2.3.3",
|
|
"should": "^7.1.1",
|
|
"supertest": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
}
|
|
|