UNPKG

455 BJSONView Raw
1{
2 "name": "koa-mount",
3 "description": "Mounting middleware for koa",
4 "repository": "koajs/mount",
5 "version": "1.2.3",
6 "keywords": [
7 "koa",
8 "middleware",
9 "mount",
10 "mounting"
11 ],
12 "files": [
13 "index.js"
14 ],
15 "devDependencies": {
16 "koa": "koajs/koa",
17 "should": "~1.2.2",
18 "mocha": "~1.12.1",
19 "supertest": "~0.7.1"
20 },
21 "license": "MIT",
22 "dependencies": {
23 "koa-compose": "~2.1.0",
24 "debug": "*"
25 }
26}