-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 875 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
{
"name": "router-middleware",
"author": "David Wee <[email protected]> (http://rook2pawn.com)",
"version": "5.0.0",
"description": "Super lightweight express style router",
"main": "index.js",
"scripts": {
"test": "tape ./test/test-*.js | tap-spec"
},
"keywords": [
"express",
"router"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rook2pawn/router-middleware.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rook2pawn/router-middleware/issues"
},
"homepage": "https://github.com/rook2pawn/router-middleware#readme",
"dependencies": {
"concat-stream": "^1.6.0",
"methods": "^1.1.1",
"minimist": ">=1.2.3",
"path-parse": ">=1.0.7",
"trim": ">=0.0.3"
},
"devDependencies": {
"supertest-light": "^1.0.2",
"tap-spec": "^5.0.0",
"tape": "^4.6.0"
}
}