bastian
Version:
Handles partial cache misses, generically, using Redis as a cache store
41 lines (40 loc) • 977 B
JSON
{
"name": "bastian",
"version": "0.1.0",
"description": "Handles partial cache misses, generically, using Redis as a cache store",
"main": "index.js",
"scripts": {
"test": "istanbul cover tape 'test/*.spec.js' | tap-spec",
"test-no-cover": "tape './test/*.spec.js' | tap-spec"
},
"keywords": [
"cache",
"miss",
"collection",
"redis"
],
"author": "Thomas Hunter II <thunter@opentable.com>",
"license": "BSD-2-Clause",
"dependencies": {
"lodash": "^4.15.0"
},
"devDependencies": {
"async": "^2.0.1",
"istanbul": "^0.4.5",
"redis": "^2.6.2",
"request": "^2.74.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentable/node-bastian.git"
},
"bugs": {
"url": "https://github.com/opentable/node-bastian/issues"
},
"homepage": "https://github.com/opentable/node-bastian#readme"
}