-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 KB
/
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
43
44
45
{
"name": "urlrouter",
"description": "connect missing router middleware, support express format routing.",
"keywords": ["router", "url", "connect", "middleware", "express"],
"version": "0.5.4",
"homepage": "http://github.com/fengmk2/urlrouter",
"author": "fengmk2 <[email protected]> (http://fengmk2.github.com)",
"repository": {
"url": "git://github.com/fengmk2/urlrouter.git",
"type": "git"
},
"bugs": {
"url": "http://github.com/fengmk2/urlrouter/issues"
},
"main": "index.js",
"scripts": {
"test": "make test-all",
"blanket": {
"pattern": "urlrouter/lib",
"data-cover-flags": {
"debug": false
}
},
"travis-cov": {
"threshold": 97
}
},
"dependencies": {
"methods": "0.1.0"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"supertest": "*",
"pedding": "*",
"blanket": "*",
"travis-cov": "*",
"coveralls": "*",
"mocha-lcov-reporter": "*",
"connect": ">=1.8.0"
},
"engines": {
"node": ">=0.6.7"
}
}