Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-index / node_modules / accepts / node_modules / negotiator / package.json
1 {
2   "name": "negotiator",
3   "description": "HTTP content negotiation",
4   "version": "0.5.1",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Federico Romero",
12       "email": "federico.romero@outboxlabs.com"
13     },
14     {
15       "name": "Isaac Z. Schlueter",
16       "email": "i@izs.me",
17       "url": "http://blog.izs.me/"
18     }
19   ],
20   "license": "MIT",
21   "keywords": [
22     "http",
23     "content negotiation",
24     "accept",
25     "accept-language",
26     "accept-encoding",
27     "accept-charset"
28   ],
29   "repository": {
30     "type": "git",
31     "url": "https://github.com/jshttp/negotiator"
32   },
33   "devDependencies": {
34     "istanbul": "0.3.5",
35     "nodeunit": "0.9.0",
36     "tap": "0.5.0"
37   },
38   "files": [
39     "lib/",
40     "HISTORY.md",
41     "LICENSE",
42     "index.js",
43     "README.md"
44   ],
45   "engines": {
46     "node": ">= 0.6"
47   },
48   "scripts": {
49     "test": "nodeunit test",
50     "test-cov": "istanbul cover ./node_modules/nodeunit/bin/nodeunit test"
51   },
52   "gitHead": "bfee971fe0503518cc93d1956518212203b7e68c",
53   "bugs": {
54     "url": "https://github.com/jshttp/negotiator/issues"
55   },
56   "homepage": "https://github.com/jshttp/negotiator",
57   "_id": "negotiator@0.5.1",
58   "_shasum": "498f661c522470153c6086ac83019cb3eb66f61c",
59   "_from": "negotiator@0.5.1",
60   "_npmVersion": "1.4.28",
61   "_npmUser": {
62     "name": "dougwilson",
63     "email": "doug@somethingdoug.com"
64   },
65   "maintainers": [
66     {
67       "name": "federomero",
68       "email": "federomero@gmail.com"
69     },
70     {
71       "name": "dougwilson",
72       "email": "doug@somethingdoug.com"
73     },
74     {
75       "name": "jongleberry",
76       "email": "jonathanrichardong@gmail.com"
77     }
78   ],
79   "dist": {
80     "shasum": "498f661c522470153c6086ac83019cb3eb66f61c",
81     "tarball": "http://registry.npmjs.org/negotiator/-/negotiator-0.5.1.tgz"
82   },
83   "directories": {},
84   "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.5.1.tgz",
85   "readme": "ERROR: No README data found!"
86 }