Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / type-is / node_modules / mime-types / package.json
1 {
2   "name": "mime-types",
3   "description": "The ultimate javascript content-type utility.",
4   "version": "2.0.9",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Jeremiah Senkpiel",
12       "email": "fishrock123@rocketmail.com",
13       "url": "https://searchbeam.jit.su"
14     },
15     {
16       "name": "Jonathan Ong",
17       "email": "me@jongleberry.com",
18       "url": "http://jongleberry.com"
19     }
20   ],
21   "license": "MIT",
22   "keywords": [
23     "mime",
24     "types"
25   ],
26   "repository": {
27     "type": "git",
28     "url": "https://github.com/jshttp/mime-types"
29   },
30   "dependencies": {
31     "mime-db": "~1.7.0"
32   },
33   "devDependencies": {
34     "istanbul": "0.3.5",
35     "mocha": "~1.21.5"
36   },
37   "files": [
38     "HISTORY.md",
39     "LICENSE",
40     "index.js"
41   ],
42   "engines": {
43     "node": ">= 0.6"
44   },
45   "scripts": {
46     "test": "mocha --reporter spec test/test.js",
47     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
48     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
49   },
50   "gitHead": "1c6d55da440b6a9d2c0e9c2faac98e6b1be47fc7",
51   "bugs": {
52     "url": "https://github.com/jshttp/mime-types/issues"
53   },
54   "homepage": "https://github.com/jshttp/mime-types",
55   "_id": "mime-types@2.0.9",
56   "_shasum": "e8449aff27b1245ddc6641b524439ae80c4b78a6",
57   "_from": "mime-types@~2.0.9",
58   "_npmVersion": "1.4.28",
59   "_npmUser": {
60     "name": "dougwilson",
61     "email": "doug@somethingdoug.com"
62   },
63   "maintainers": [
64     {
65       "name": "jongleberry",
66       "email": "jonathanrichardong@gmail.com"
67     },
68     {
69       "name": "fishrock123",
70       "email": "fishrock123@rocketmail.com"
71     },
72     {
73       "name": "dougwilson",
74       "email": "doug@somethingdoug.com"
75     }
76   ],
77   "dist": {
78     "shasum": "e8449aff27b1245ddc6641b524439ae80c4b78a6",
79     "tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.0.9.tgz"
80   },
81   "directories": {},
82   "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.9.tgz",
83   "readme": "ERROR: No README data found!"
84 }