Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / vary / package.json
1 {
2   "name": "vary",
3   "description": "Manipulate the HTTP Vary header",
4   "version": "1.0.0",
5   "author": {
6     "name": "Douglas Christopher Wilson",
7     "email": "doug@somethingdoug.com"
8   },
9   "license": "MIT",
10   "keywords": [
11     "http",
12     "res",
13     "vary"
14   ],
15   "repository": {
16     "type": "git",
17     "url": "https://github.com/jshttp/vary"
18   },
19   "devDependencies": {
20     "istanbul": "0.3.0",
21     "mocha": "~1.21.4",
22     "should": "~4.0.4",
23     "supertest": "~0.13.0"
24   },
25   "engines": {
26     "node": ">= 0.8.0"
27   },
28   "scripts": {
29     "test": "mocha --reporter spec --bail --check-leaks test/",
30     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
31     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
32   },
33   "gitHead": "56acecd9fa20888132563b00576625ea02a69a35",
34   "bugs": {
35     "url": "https://github.com/jshttp/vary/issues"
36   },
37   "homepage": "https://github.com/jshttp/vary",
38   "_id": "vary@1.0.0",
39   "_shasum": "c5e76cec20d3820d8f2a96e7bee38731c34da1e7",
40   "_from": "vary@~1.0.0",
41   "_npmVersion": "1.4.21",
42   "_npmUser": {
43     "name": "dougwilson",
44     "email": "doug@somethingdoug.com"
45   },
46   "maintainers": [
47     {
48       "name": "dougwilson",
49       "email": "doug@somethingdoug.com"
50     },
51     {
52       "name": "jongleberry",
53       "email": "jonathanrichardong@gmail.com"
54     },
55     {
56       "name": "fishrock123",
57       "email": "fishrock123@rocketmail.com"
58     },
59     {
60       "name": "shtylman",
61       "email": "shtylman@gmail.com"
62     }
63   ],
64   "dist": {
65     "shasum": "c5e76cec20d3820d8f2a96e7bee38731c34da1e7",
66     "tarball": "http://registry.npmjs.org/vary/-/vary-1.0.0.tgz"
67   },
68   "directories": {},
69   "_resolved": "https://registry.npmjs.org/vary/-/vary-1.0.0.tgz",
70   "readme": "ERROR: No README data found!"
71 }