-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 898 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": "restful-router",
"version": "0.1.1",
"description": "Simple RESTful url router.",
"main": "index.js",
"scripts": {
"test": "make test-all",
"blanket": {
"pattern": "restful-router/lib",
"data-cover-flags": {
"debug": false
}
},
"travis-cov": {
"threshold": 100
}
},
"dependencies": {
"debug": "0.7.2"
},
"devDependencies": {
"should": "*",
"blanket": "*",
"travis-cov": "*",
"coveralls": "*",
"mocha-lcov-reporter": "*",
"urlrouter": ">=0.4.0",
"supertest": "*",
"connect": "*",
"mocha": "*",
"pedding": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/fengmk2/restful-router.git"
},
"keywords": [
"restful-router", "restful", "urlrouter", "router", "mapping", "route"
],
"author": "fengmk2 <[email protected]>",
"license": "MIT"
}