forked from ZijianHe/koa-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 804 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
{
"name": "koa-router",
"description": "Router middleware for koa. Provides RESTful resource routing.",
"repository": {
"type": "git",
"url": "https://github.com/alexmingoia/koa-router.git"
},
"author": "Alex Mingoia <talk@alexmingoia.com>",
"version": "2.4.2",
"keywords": [
"koa",
"middleware",
"router",
"route"
],
"dependencies": {
"lingo": "0.0.5",
"methods": "0.1.0",
"path-to-regexp": "0.0.2",
"debug": "~0.7.4",
"koa-compose": "~2.1.0"
},
"devDependencies": {
"koa": "0.3.0",
"mocha": "1.12.0",
"should": "1.2.2",
"supertest": "0.7.1"
},
"scripts": {
"test": "NODE_ENV=test node_modules/mocha/bin/mocha --harmony-generators --recursive"
},
"engines": {
"node": "> 0.11.4"
},
"license": "MIT"
}