UNPKG

693 BJSONView Raw
1{
2 "name": "http-hash-router",
3 "version": "1.1.0",
4 "description": "Server route handler for http-hash",
5 "keywords": [],
6 "author": "Matt Esch <matt@mattesch.info>",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/Matt-Esch/http-hash-router.git"
10 },
11 "dependencies": {
12 "error": "^5.0.0",
13 "http-hash": "^1.0.2",
14 "http-methods": "^1.0.0",
15 "xtend": "^4.0.0"
16 },
17 "devDependencies": {
18 "istanbul": "^0.3.5",
19 "opn": "^1.0.1",
20 "tape": "^3.0.3",
21 "test-server-request": "^2.0.1"
22 },
23 "scripts": {
24 "test": "istanbul cover --print detail --report html test/index.js",
25 "view-cover": "opn coverage/index.html"
26 },
27 "main": "index"
28}