UNPKG

bd-router

Version:
31 lines (30 loc) 656 B
{ "name": "bd-router", "version": "0.3.0", "description": "bd router middleware", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bdjs/bd-router.git" }, "keywords": [ "bd", "router", "bd-router" ], "author": "mdemo", "license": "MIT", "bugs": { "url": "https://github.com/bdjs/bd-router/issues" }, "homepage": "https://github.com/bdjs/bd-router#readme", "dependencies": { "bd-logger": "^0.2.0", "koa-compose": "^2.3.0", "koa-router": "^5.1.2", "object-assign": "^3.0.0" } }