Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-index / package.json
1 {
2   "name": "serve-index",
3   "description": "Serve directory listings",
4   "version": "1.6.2",
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/expressjs/serve-index"
13   },
14   "dependencies": {
15     "accepts": "~1.2.4",
16     "batch": "0.5.2",
17     "debug": "~2.1.1",
18     "http-errors": "~1.3.1",
19     "mime-types": "~2.0.9",
20     "parseurl": "~1.3.0"
21   },
22   "devDependencies": {
23     "after": "0.8.1",
24     "istanbul": "0.3.5",
25     "mocha": "~2.1.0",
26     "supertest": "~0.15.0"
27   },
28   "files": [
29     "public/",
30     "LICENSE",
31     "HISTORY.md",
32     "index.js"
33   ],
34   "engines": {
35     "node": ">= 0.8.0"
36   },
37   "scripts": {
38     "test": "mocha --reporter spec --bail --check-leaks test/",
39     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
40     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
41   },
42   "gitHead": "5ec9698c085cf11308e9ca2ed28d72835f191e97",
43   "bugs": {
44     "url": "https://github.com/expressjs/serve-index/issues"
45   },
46   "homepage": "https://github.com/expressjs/serve-index",
47   "_id": "serve-index@1.6.2",
48   "_shasum": "f144a140b4500faf2e861c02bb7f160bd7dc3af1",
49   "_from": "serve-index@^1.6.2",
50   "_npmVersion": "1.4.28",
51   "_npmUser": {
52     "name": "dougwilson",
53     "email": "doug@somethingdoug.com"
54   },
55   "maintainers": [
56     {
57       "name": "dougwilson",
58       "email": "doug@somethingdoug.com"
59     },
60     {
61       "name": "jongleberry",
62       "email": "jonathanrichardong@gmail.com"
63     },
64     {
65       "name": "shtylman",
66       "email": "shtylman@gmail.com"
67     },
68     {
69       "name": "tjholowaychuk",
70       "email": "tj@vision-media.ca"
71     },
72     {
73       "name": "mscdex",
74       "email": "mscdex@mscdex.net"
75     },
76     {
77       "name": "fishrock123",
78       "email": "fishrock123@rocketmail.com"
79     }
80   ],
81   "dist": {
82     "shasum": "f144a140b4500faf2e861c02bb7f160bd7dc3af1",
83     "tarball": "http://registry.npmjs.org/serve-index/-/serve-index-1.6.2.tgz"
84   },
85   "directories": {},
86   "_resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.6.2.tgz"
87 }