connect-cache-control
Version:
Connect middleware to prevent the browser from caching the response.
30 lines (29 loc) • 636 B
JSON
{
"name": "connect-cache-control",
"version": "1.0.0",
"description": "Connect middleware to prevent the browser from caching the response.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:dilvie/connect-cache-control.git"
},
"keywords": [
"connect",
"express",
"nocache",
"no-cach",
"cache",
"control",
"cache",
"prevent",
"caching"
],
"author": "Eric Elliott",
"license": "MIT",
"bugs": {
"url": "https://github.com/dilvie/connect-cache-control/issues"
}
}