notmodified
Version:
set and validate http cache headers
25 lines (24 loc) • 478 B
JSON
{
"name": "notmodified",
"description": "set and validate http cache headers",
"version": "0.2.4",
"author": "Andreas Madsen <amwebdk@gmail.com>",
"main": "./notmodified.js",
"scripts": {
"test": "tap test.js"
},
"repository" : {
"type": "git",
"url": "git://github.com/AndreasMadsen/notmodified.git"
},
"keywords": [
"not modified",
"304",
"cache",
"http"
],
"devDependencies": {
"tap": "0.6.x"
},
"license": "MIT"
}