capped-cache
Version:
An abstraction of NodeCache that supports a max size option
38 lines (37 loc) • 876 B
JSON
{
"name": "capped-cache",
"version": "1.0.0",
"description": "An abstraction of NodeCache that supports a max size option",
"readme": "https://github.com/NET-A-PORTER/capped-cache/blob/master/README.md",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NET-A-PORTER/capped-cache.git"
},
"keywords": [
"nodecache",
"memory",
"mem",
"cache",
"memcache",
"max",
"size"
],
"author": "James Wright <james.wright@net-a-porter.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/NET-A-PORTER/capped-cache/issues"
},
"homepage": "https://github.com/NET-A-PORTER/capped-cache#readme",
"dependencies": {
"node-cache": "^3.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3"
}
}