Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / type-is / package.json
1 {
2   "name": "type-is",
3   "description": "Infer the content-type of a request.",
4   "version": "1.5.7",
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   "license": "MIT",
17   "repository": {
18     "type": "git",
19     "url": "https://github.com/jshttp/type-is"
20   },
21   "dependencies": {
22     "media-typer": "0.3.0",
23     "mime-types": "~2.0.9"
24   },
25   "devDependencies": {
26     "istanbul": "0.3.5",
27     "mocha": "~1.21.5"
28   },
29   "engines": {
30     "node": ">= 0.6"
31   },
32   "files": [
33     "LICENSE",
34     "HISTORY.md",
35     "index.js"
36   ],
37   "scripts": {
38     "test": "mocha --reporter spec --check-leaks --bail test/",
39     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
40     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
41   },
42   "keywords": [
43     "content",
44     "type",
45     "checking"
46   ],
47   "gitHead": "f4335cc563a98ee80366f04f67c50cef089ae803",
48   "bugs": {
49     "url": "https://github.com/jshttp/type-is/issues"
50   },
51   "homepage": "https://github.com/jshttp/type-is",
52   "_id": "type-is@1.5.7",
53   "_shasum": "b9368a593cc6ef7d0645e78b2f4c64cbecd05e90",
54   "_from": "type-is@~1.5.6",
55   "_npmVersion": "1.4.28",
56   "_npmUser": {
57     "name": "dougwilson",
58     "email": "doug@somethingdoug.com"
59   },
60   "maintainers": [
61     {
62       "name": "jongleberry",
63       "email": "jonathanrichardong@gmail.com"
64     },
65     {
66       "name": "dougwilson",
67       "email": "doug@somethingdoug.com"
68     },
69     {
70       "name": "tjholowaychuk",
71       "email": "tj@vision-media.ca"
72     },
73     {
74       "name": "shtylman",
75       "email": "shtylman@gmail.com"
76     },
77     {
78       "name": "mscdex",
79       "email": "mscdex@mscdex.net"
80     },
81     {
82       "name": "fishrock123",
83       "email": "fishrock123@rocketmail.com"
84     }
85   ],
86   "dist": {
87     "shasum": "b9368a593cc6ef7d0645e78b2f4c64cbecd05e90",
88     "tarball": "http://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz"
89   },
90   "directories": {},
91   "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz",
92   "readme": "ERROR: No README data found!"
93 }