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