-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 883 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
{
"name": "header-router",
"version": "1.0.5",
"description": "Node.js express module for routing requests based on predefined header matching patterns.",
"main": "lib/headerRouter.js",
"keywords" : [
"router",
"header-router",
"header-based-routing",
"routing",
"header-match",
"express-routing",
"express",
"content-type"
],
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/nickythorne/header-router.git"
},
"author": "Nicky Thorne <self@nickythorne.me> (http://www.nickythorne.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/nickythorne/header-router/issues"
},
"homepage": "https://github.com/nickythorne/header-router",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}