Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-favicon / package.json
1 {
2   "name": "serve-favicon",
3   "description": "favicon serving middleware with caching",
4   "version": "2.2.0",
5   "author": {
6     "name": "Douglas Christopher Wilson",
7     "email": "doug@somethingdoug.com"
8   },
9   "license": "MIT",
10   "keywords": [
11     "express",
12     "favicon",
13     "middleware"
14   ],
15   "repository": {
16     "type": "git",
17     "url": "https://github.com/expressjs/serve-favicon"
18   },
19   "dependencies": {
20     "etag": "~1.5.1",
21     "fresh": "0.2.4",
22     "ms": "0.7.0",
23     "parseurl": "~1.3.0"
24   },
25   "devDependencies": {
26     "istanbul": "0.3.5",
27     "mocha": "~2.0.1",
28     "proxyquire": "~1.2.0",
29     "supertest": "~0.15.0"
30   },
31   "files": [
32     "LICENSE",
33     "HISTORY.md",
34     "index.js"
35   ],
36   "engines": {
37     "node": ">= 0.8.0"
38   },
39   "scripts": {
40     "test": "mocha --reporter spec --bail --check-leaks test/",
41     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
42     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
43   },
44   "gitHead": "f34bf3992fb999894ce0c16353250e9eaafa7b56",
45   "bugs": {
46     "url": "https://github.com/expressjs/serve-favicon/issues"
47   },
48   "homepage": "https://github.com/expressjs/serve-favicon",
49   "_id": "serve-favicon@2.2.0",
50   "_shasum": "a0c25ee8a652e1a638a67db46269cd52a8705858",
51   "_from": "serve-favicon@~2.2.0",
52   "_npmVersion": "1.4.28",
53   "_npmUser": {
54     "name": "dougwilson",
55     "email": "doug@somethingdoug.com"
56   },
57   "maintainers": [
58     {
59       "name": "dougwilson",
60       "email": "doug@somethingdoug.com"
61     }
62   ],
63   "dist": {
64     "shasum": "a0c25ee8a652e1a638a67db46269cd52a8705858",
65     "tarball": "http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.2.0.tgz"
66   },
67   "directories": {},
68   "_resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.2.0.tgz",
69   "readme": "ERROR: No README data found!"
70 }