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