koajs-nocache
Version:
A koa middleware to add nocache response headers.
32 lines (31 loc) • 670 B
JSON
{
"name": "koajs-nocache",
"version": "2.1.0",
"description": "A koa middleware to add nocache response headers.",
"main": "index.js",
"engines": {
"node": ">=7.6.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mingchen/koajs-nocache",
"bugs": "https://github.com/mingchen/koajs-nocache/issues"
},
"keywords": [
"koa",
"nocache"
],
"author": "Ming Chen <ming_c@hotmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"mocha": "^6.2.2",
"supertest": "^4.0.2"
},
"dependencies": {}
}