UNPKG

koa-architect

Version:
47 lines 1.06 kB
{ "name": "koa-architect", "version": "1.0.9", "homepage": "https://github.com/nervgh/koa-architect", "description": "Automates mounting and routing", "main": "lib/architect.js", "repository": "nervgh/koa-architect", "author": { "name": "Alexander Zaytsev", "email": "nervgh@gmail.com", "url": "https://github.com/nervgh" }, "engines": { "node": ">=7" }, "dependencies": { "koa-mount": "^3.0.0", "koa-trie-router": "^2.1.4" }, "devDependencies": { "istanbul": "^0.4.5", "koa": "^2.2.0", "mocha": "^3.2.0", "supertest": "^3.0.0" }, "keywords": [ "architect", "architector", "mount", "mounting", "route", "routing", "router", "automate", "automation", "middleware" ], "files": [ "lib" ], "scripts": { "test": "mocha", "test-cov": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --reporter dot", "test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly" }, "license": "MIT" }