cache-header
Version:
Get and set the response cache header
37 lines (36 loc) • 784 B
JSON
{
"name": "cache-header",
"version": "1.0.3",
"description": "Get and set the response cache header",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/scottcorgan/cache-header.git"
},
"keywords": [
"headers",
"cache",
"caching",
"express",
"connect"
],
"author": "Scott Corgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/scottcorgan/cache-header/issues"
},
"homepage": "https://github.com/scottcorgan/cache-header",
"dependencies": {
"lodash.isnumber": "^2.4.1",
"lodash.isstring": "^2.4.1",
"regular": "^0.1.6"
},
"devDependencies": {
"connect": "^3.2.0",
"mocha": "^1.21.4",
"supertest": "^0.13.0"
}
}