node-stash
Version:
Distributed cache using Redis and in-memory LRU
42 lines (41 loc) • 852 B
JSON
{
"name": "node-stash",
"version": "0.4.0",
"description": "Distributed cache using Redis and in-memory LRU",
"main": "lib/stash.js",
"directories": {
"test": "test"
},
"dependencies": {
"debug": "^4.0.1",
"extend": "^1.2",
"node-anchorman": "^0.2.2",
"node-redis-warlock": "^0.1",
"node-rush": "^0.1"
},
"devDependencies": {
"mocha": "^5.2.0",
"neo-async": "^2.5.2",
"redis": "^2.8.0"
},
"scripts": {
"test": "mocha --exit test"
},
"repository": {
"type": "git",
"url": "https://github.com/gosquared/stash"
},
"keywords": [
"distributed",
"cache",
"redis",
"lru",
"memory"
],
"author": "Geoff Wagstaff",
"license": "MIT",
"bugs": {
"url": "https://github.com/gosquared/stash/issues"
},
"homepage": "https://github.com/gosquared/stash"
}