Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-favicon / node_modules / fresh / package.json
1 {
2   "name": "fresh",
3   "description": "HTTP response freshness testing",
4   "version": "0.2.4",
5   "author": {
6     "name": "TJ Holowaychuk",
7     "email": "tj@vision-media.ca",
8     "url": "http://tjholowaychuk.com"
9   },
10   "license": "MIT",
11   "keywords": [
12     "fresh",
13     "http",
14     "conditional",
15     "cache"
16   ],
17   "repository": {
18     "type": "git",
19     "url": "https://github.com/jshttp/fresh"
20   },
21   "devDependencies": {
22     "istanbul": "0",
23     "mocha": "1",
24     "should": "3"
25   },
26   "files": [
27     "HISTORY.md",
28     "LICENSE",
29     "index.js"
30   ],
31   "engines": {
32     "node": ">= 0.6"
33   },
34   "scripts": {
35     "test": "mocha --reporter spec --require should",
36     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should",
37     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"
38   },
39   "gitHead": "8440a4ca75fb091dec06e88654b3b1c31d7e7164",
40   "bugs": {
41     "url": "https://github.com/jshttp/fresh/issues"
42   },
43   "homepage": "https://github.com/jshttp/fresh",
44   "_id": "fresh@0.2.4",
45   "_shasum": "3582499206c9723714190edd74b4604feb4a614c",
46   "_from": "fresh@0.2.4",
47   "_npmVersion": "1.4.21",
48   "_npmUser": {
49     "name": "dougwilson",
50     "email": "doug@somethingdoug.com"
51   },
52   "maintainers": [
53     {
54       "name": "tjholowaychuk",
55       "email": "tj@vision-media.ca"
56     },
57     {
58       "name": "jonathanong",
59       "email": "jonathanrichardong@gmail.com"
60     },
61     {
62       "name": "dougwilson",
63       "email": "doug@somethingdoug.com"
64     },
65     {
66       "name": "jongleberry",
67       "email": "jonathanrichardong@gmail.com"
68     }
69   ],
70   "dist": {
71     "shasum": "3582499206c9723714190edd74b4604feb4a614c",
72     "tarball": "http://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz"
73   },
74   "directories": {},
75   "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz"
76 }