30 lines
691 B
JSON
30 lines
691 B
JSON
{
|
|
"name": "koa-favicon",
|
|
"description": "favicon bounce middleware for koa",
|
|
"repository": "koajs/favicon",
|
|
"version": "2.1.0",
|
|
"keywords": [
|
|
"koa",
|
|
"middleware",
|
|
"favicon"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"devDependencies": {
|
|
"istanbul": "^0.4.5",
|
|
"koa": "^2.11.0",
|
|
"mocha": "^7.1.0",
|
|
"supertest": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"mz": "^2.7.0"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "NODE_ENV=test mocha --reporter spec --exit",
|
|
"test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha -- --exit",
|
|
"test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --exit"
|
|
}
|
|
}
|