Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / serve-static / package.json
1 {
2   "name": "serve-static",
3   "description": "Serve static files",
4   "version": "1.8.1",
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-static"
13   },
14   "dependencies": {
15     "escape-html": "1.0.1",
16     "parseurl": "~1.3.0",
17     "send": "0.11.1",
18     "utils-merge": "1.0.0"
19   },
20   "devDependencies": {
21     "istanbul": "0.3.5",
22     "mocha": "~2.1.0",
23     "supertest": "~0.15.0"
24   },
25   "files": [
26     "LICENSE",
27     "HISTORY.md",
28     "index.js"
29   ],
30   "engines": {
31     "node": ">= 0.8.0"
32   },
33   "scripts": {
34     "test": "mocha --reporter spec --bail --check-leaks test/",
35     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
36     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
37   },
38   "gitHead": "5a47eff4e550f30a7a1e5fb87c8656a1b8dbb249",
39   "bugs": {
40     "url": "https://github.com/expressjs/serve-static/issues"
41   },
42   "homepage": "https://github.com/expressjs/serve-static",
43   "_id": "serve-static@1.8.1",
44   "_shasum": "08fabd39999f050fc311443f46d5888a77ecfc7c",
45   "_from": "serve-static@~1.8.1",
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": "mscdex",
70       "email": "mscdex@mscdex.net"
71     },
72     {
73       "name": "fishrock123",
74       "email": "fishrock123@rocketmail.com"
75     }
76   ],
77   "dist": {
78     "shasum": "08fabd39999f050fc311443f46d5888a77ecfc7c",
79     "tarball": "http://registry.npmjs.org/serve-static/-/serve-static-1.8.1.tgz"
80   },
81   "directories": {},
82   "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.8.1.tgz",
83   "readme": "ERROR: No README data found!"
84 }