summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/mime-types/package.json
blob: baa79a956c780fb01c46b97009fe046345802452 (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
{
  "name": "mime-types",
  "description": "The ultimate javascript content-type utility.",
  "version": "1.0.2",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "contributors": [
    {
      "name": "Jeremiah Senkpiel",
      "email": "fishrock123@rocketmail.com",
      "url": "https://searchbeam.jit.su"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expressjs/mime-types"
  },
  "license": "MIT",
  "main": "lib",
  "devDependencies": {
    "co": "3",
    "cogent": "0",
    "mocha": "1",
    "should": "3"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "make test"
  },
  "gitHead": "e82b23836eb42003b8346fb31769da2fb7eb54e8",
  "bugs": {
    "url": "https://github.com/expressjs/mime-types/issues"
  },
  "homepage": "https://github.com/expressjs/mime-types",
  "_id": "mime-types@1.0.2",
  "_shasum": "995ae1392ab8affcbfcb2641dd054e943c0d5dce",
  "_from": "mime-types@~1.0.1",
  "_npmVersion": "1.4.21",
  "_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": "995ae1392ab8affcbfcb2641dd054e943c0d5dce",
    "tarball": "http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz",
  "readme": "ERROR: No README data found!"
}