fresh-cache
Version:
Keep expired values around, until they can be replaced
20 lines (19 loc) • 547 B
JSON
{
"name": "fresh-cache",
"version": "0.0.2",
"description": "Keep expired values around, until they can be replaced",
"main": "fresh-cache.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisAntaki/node-fresh-cache.git"
},
"author": "Chris Antaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChrisAntaki/node-fresh-cache/issues"
},
"homepage": "https://github.com/ChrisAntaki/node-fresh-cache#readme"
}