Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / accepts / node_modules / mime-types / node_modules / mime-db / package.json
1 {
2   "name": "mime-db",
3   "description": "Media Type Database",
4   "version": "1.7.0",
5   "author": {
6     "name": "Jonathan Ong",
7     "email": "me@jongleberry.com",
8     "url": "http://jongleberry.com"
9   },
10   "contributors": [
11     {
12       "name": "Douglas Christopher Wilson",
13       "email": "doug@somethingdoug.com"
14     },
15     {
16       "name": "Robert Kieffer",
17       "email": "robert@broofa.com",
18       "url": "http://github.com/broofa"
19     }
20   ],
21   "license": "MIT",
22   "keywords": [
23     "mime",
24     "db",
25     "type",
26     "types",
27     "database",
28     "charset",
29     "charsets"
30   ],
31   "repository": {
32     "type": "git",
33     "url": "https://github.com/jshttp/mime-db"
34   },
35   "devDependencies": {
36     "co": "4",
37     "cogent": "1",
38     "csv-parse": "0",
39     "gnode": "0.1.0",
40     "istanbul": "0.3.5",
41     "mocha": "~1.21.4",
42     "raw-body": "~1.3.2",
43     "stream-to-array": "2"
44   },
45   "files": [
46     "HISTORY.md",
47     "LICENSE",
48     "README.md",
49     "db.json",
50     "index.js"
51   ],
52   "engines": {
53     "node": ">= 0.6"
54   },
55   "scripts": {
56     "build": "node scripts/build",
57     "fetch": "gnode scripts/extensions && gnode scripts/types",
58     "test": "mocha --reporter spec --bail --check-leaks test/",
59     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
60     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
61     "update": "npm run fetch && npm run build"
62   },
63   "gitHead": "972cc3ed48530ab7aca7a155bf2dbd1b13aa8f86",
64   "bugs": {
65     "url": "https://github.com/jshttp/mime-db/issues"
66   },
67   "homepage": "https://github.com/jshttp/mime-db",
68   "_id": "mime-db@1.7.0",
69   "_shasum": "36cf66a6c52ea71827bde287f77c254f5ef1b8d3",
70   "_from": "mime-db@~1.7.0",
71   "_npmVersion": "1.4.28",
72   "_npmUser": {
73     "name": "dougwilson",
74     "email": "doug@somethingdoug.com"
75   },
76   "maintainers": [
77     {
78       "name": "jongleberry",
79       "email": "jonathanrichardong@gmail.com"
80     },
81     {
82       "name": "dougwilson",
83       "email": "doug@somethingdoug.com"
84     }
85   ],
86   "dist": {
87     "shasum": "36cf66a6c52ea71827bde287f77c254f5ef1b8d3",
88     "tarball": "http://registry.npmjs.org/mime-db/-/mime-db-1.7.0.tgz"
89   },
90   "directories": {},
91   "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.7.0.tgz",
92   "readme": "ERROR: No README data found!"
93 }