70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "serve-favicon",
|
|
"description": "favicon serving middleware with caching",
|
|
"version": "2.1.4",
|
|
"author": {
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"express",
|
|
"favicon",
|
|
"middleware"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expressjs/serve-favicon"
|
|
},
|
|
"dependencies": {
|
|
"etag": "~1.3.1",
|
|
"fresh": "0.2.4",
|
|
"ms": "0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.3.2",
|
|
"mocha": "~1.21.4",
|
|
"proxyquire": "~1.0.1",
|
|
"should": "~4.0.1",
|
|
"supertest": "~0.13.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
|
|
},
|
|
"gitHead": "1e95c3148b2e4010bf4e63f60be98ec15e648d65",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/serve-favicon/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/serve-favicon",
|
|
"_id": "serve-favicon@2.1.4",
|
|
"_shasum": "f0fb9256649949b377269370eadd4c2741d7a079",
|
|
"_from": "serve-favicon@2.1.4",
|
|
"_npmVersion": "1.4.21",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "f0fb9256649949b377269370eadd4c2741d7a079",
|
|
"tarball": "http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.1.4.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.1.4.tgz"
|
|
}
|