Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-index / node_modules / http-errors / package.json
1 {
2   "name": "http-errors",
3   "description": "Create HTTP error objects",
4   "version": "1.3.1",
5   "author": {
6     "name": "Jonathan Ong",
7     "email": "me@jongleberry.com",
8     "url": "http://jongleberry.com"
9   },
10   "contributors": [
11     {
12       "name": "Alan Plum",
13       "email": "me@pluma.io"
14     },
15     {
16       "name": "Douglas Christopher Wilson",
17       "email": "doug@somethingdoug.com"
18     }
19   ],
20   "license": "MIT",
21   "repository": {
22     "type": "git",
23     "url": "https://github.com/jshttp/http-errors"
24   },
25   "dependencies": {
26     "inherits": "~2.0.1",
27     "statuses": "1"
28   },
29   "devDependencies": {
30     "istanbul": "0",
31     "mocha": "1"
32   },
33   "engines": {
34     "node": ">= 0.6"
35   },
36   "scripts": {
37     "test": "mocha --reporter spec --bail",
38     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
39     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
40   },
41   "keywords": [
42     "http",
43     "error"
44   ],
45   "files": [
46     "index.js",
47     "HISTORY.md",
48     "LICENSE",
49     "README.md"
50   ],
51   "gitHead": "89a8502b40d5dd42da2908f265275e2eeb8d0699",
52   "bugs": {
53     "url": "https://github.com/jshttp/http-errors/issues"
54   },
55   "homepage": "https://github.com/jshttp/http-errors",
56   "_id": "http-errors@1.3.1",
57   "_shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
58   "_from": "http-errors@~1.3.1",
59   "_npmVersion": "1.4.28",
60   "_npmUser": {
61     "name": "dougwilson",
62     "email": "doug@somethingdoug.com"
63   },
64   "maintainers": [
65     {
66       "name": "egeste",
67       "email": "npm@egeste.net"
68     },
69     {
70       "name": "jongleberry",
71       "email": "jonathanrichardong@gmail.com"
72     },
73     {
74       "name": "dougwilson",
75       "email": "doug@somethingdoug.com"
76     }
77   ],
78   "dist": {
79     "shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
80     "tarball": "http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz"
81   },
82   "directories": {},
83   "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz"
84 }