UNPKG

846 BJSONView Raw
1{
2 "name": "http-errors",
3 "description": "Create HTTP error objects",
4 "version": "1.2.3",
5 "author": {
6 "name": "Jonathan Ong",
7 "email": "me@jongleberry.com",
8 "url": "http://jongleberry.com",
9 "twitter": "https://twitter.com/jongleberry"
10 },
11 "license": "MIT",
12 "repository": "jshttp/http-errors",
13 "dependencies": {
14 "inherits": "^2.0.1",
15 "statuses": "~1.1.0"
16 },
17 "devDependencies": {
18 "istanbul": "0",
19 "mocha": "1"
20 },
21 "engines": {
22 "node": ">= 0.6"
23 },
24 "scripts": {
25 "test": "mocha --reporter spec --bail",
26 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
27 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
28 },
29 "keywords": [
30 "http",
31 "error"
32 ],
33 "files": [
34 "index.js",
35 "LICENSE"
36 ]
37}