-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 867 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "koa2-routing",
"version": "2.2.2",
"description": "Router middleware for Koa2",
"main": "index.js",
"scripts": {
"test": "npm i && make test"
},
"keywords": [
"koa2",
"routing2",
"koa-routing",
"koa2-routing",
"router",
"koa-router"
],
"author": "Hanrea",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hanrea/koa2-routing.git"
},
"bugs": {
"url": "https://github.com/hanrea/koa2-routing/issues"
},
"dependencies": {
"assert": "^1.4.1",
"concat-regexp": "^0.0.6",
"expect": "^22.2.2",
"koa-compose": "^4.0.0",
"koa-send": "^4.1.3",
"methods": "^1.1.2",
"mz": "^2.7.0",
"path-to-regexp": "^2.1.0"
},
"devDependencies": {
"koa": "^2.4.1",
"mocha": "^3.2.0",
"should": "^11.2.1",
"supertest": "^3.0.0"
}
}