Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / finalhandler / package.json
1 {
2   "name": "finalhandler",
3   "description": "Node.js final http responder",
4   "version": "0.3.3",
5   "author": {
6     "name": "Douglas Christopher Wilson",
7     "email": "doug@somethingdoug.com"
8   },
9   "license": "MIT",
10   "repository": {
11     "type": "git",
12     "url": "https://github.com/pillarjs/finalhandler"
13   },
14   "dependencies": {
15     "debug": "~2.1.1",
16     "escape-html": "1.0.1",
17     "on-finished": "~2.2.0"
18   },
19   "devDependencies": {
20     "istanbul": "0.3.5",
21     "mocha": "~2.1.0",
22     "readable-stream": "~1.0.33",
23     "supertest": "~0.15.0"
24   },
25   "files": [
26     "LICENSE",
27     "HISTORY.md",
28     "index.js"
29   ],
30   "engines": {
31     "node": ">= 0.8"
32   },
33   "scripts": {
34     "test": "mocha --reporter spec --bail --check-leaks test/",
35     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
36     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
37   },
38   "gitHead": "dfce5042f996ba93ac85b9282e6d1cae1561acc6",
39   "bugs": {
40     "url": "https://github.com/pillarjs/finalhandler/issues"
41   },
42   "homepage": "https://github.com/pillarjs/finalhandler",
43   "_id": "finalhandler@0.3.3",
44   "_shasum": "b1a09aa1e6a607b3541669b09bcb727f460cd426",
45   "_from": "finalhandler@0.3.3",
46   "_npmVersion": "1.4.28",
47   "_npmUser": {
48     "name": "dougwilson",
49     "email": "doug@somethingdoug.com"
50   },
51   "maintainers": [
52     {
53       "name": "dougwilson",
54       "email": "doug@somethingdoug.com"
55     },
56     {
57       "name": "jongleberry",
58       "email": "jonathanrichardong@gmail.com"
59     },
60     {
61       "name": "shtylman",
62       "email": "shtylman@gmail.com"
63     },
64     {
65       "name": "tjholowaychuk",
66       "email": "tj@vision-media.ca"
67     },
68     {
69       "name": "fishrock123",
70       "email": "fishrock123@rocketmail.com"
71     }
72   ],
73   "dist": {
74     "shasum": "b1a09aa1e6a607b3541669b09bcb727f460cd426",
75     "tarball": "http://registry.npmjs.org/finalhandler/-/finalhandler-0.3.3.tgz"
76   },
77   "directories": {},
78   "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.3.tgz"
79 }