Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / morgan / package.json
1 {
2   "name": "morgan",
3   "description": "HTTP request logger middleware for node.js",
4   "version": "1.5.1",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Jonathan Ong",
12       "email": "me@jongleberry.com",
13       "url": "http://jongleberry.com"
14     }
15   ],
16   "license": "MIT",
17   "repository": {
18     "type": "git",
19     "url": "https://github.com/expressjs/morgan"
20   },
21   "dependencies": {
22     "basic-auth": "1.0.0",
23     "debug": "~2.1.1",
24     "depd": "~1.0.0",
25     "on-finished": "~2.2.0"
26   },
27   "devDependencies": {
28     "istanbul": "0.3.5",
29     "mocha": "~2.1.0",
30     "supertest": "~0.15.0"
31   },
32   "files": [
33     "LICENSE",
34     "HISTORY.md",
35     "README.md",
36     "index.js"
37   ],
38   "engines": {
39     "node": ">= 0.8.0"
40   },
41   "scripts": {
42     "test": "mocha --check-leaks --reporter spec --bail",
43     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
44     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
45   },
46   "gitHead": "ae84a264fb9cdd7b4d7e2bf19d93b0b51da99996",
47   "bugs": {
48     "url": "https://github.com/expressjs/morgan/issues"
49   },
50   "homepage": "https://github.com/expressjs/morgan",
51   "_id": "morgan@1.5.1",
52   "_shasum": "a9688eed9187ab648d816fc09c696fae882e16f6",
53   "_from": "morgan@~1.5.1",
54   "_npmVersion": "1.4.28",
55   "_npmUser": {
56     "name": "dougwilson",
57     "email": "doug@somethingdoug.com"
58   },
59   "maintainers": [
60     {
61       "name": "jongleberry",
62       "email": "jonathanrichardong@gmail.com"
63     },
64     {
65       "name": "dougwilson",
66       "email": "doug@somethingdoug.com"
67     },
68     {
69       "name": "tjholowaychuk",
70       "email": "tj@vision-media.ca"
71     },
72     {
73       "name": "shtylman",
74       "email": "shtylman@gmail.com"
75     },
76     {
77       "name": "mscdex",
78       "email": "mscdex@mscdex.net"
79     },
80     {
81       "name": "fishrock123",
82       "email": "fishrock123@rocketmail.com"
83     }
84   ],
85   "dist": {
86     "shasum": "a9688eed9187ab648d816fc09c696fae882e16f6",
87     "tarball": "http://registry.npmjs.org/morgan/-/morgan-1.5.1.tgz"
88   },
89   "directories": {},
90   "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.5.1.tgz",
91   "readme": "ERROR: No README data found!"
92 }