fmem-mapcache-redis
Version:
Redis MapCache for fmem
35 lines (34 loc) • 707 B
JSON
{
"name": "fmem-mapcache-redis",
"version": "0.0.1",
"description": "Redis MapCache for fmem",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seminsim/fmem-mapcache-redis.git"
},
"keywords": [
"fmem",
"redis",
"mapcache",
"memorize",
"cache"
],
"author": "Semin Sim",
"license": "MIT",
"bugs": {
"url": "https://github.com/seminsim/fmem-mapcache-redis/issues"
},
"homepage": "https://github.com/seminsim/fmem-mapcache-redis#readme",
"devDependencies": {
"chai": "^3.5.0",
"fmem": "0.0.2",
"mocha": "^3.2.0"
},
"dependencies": {
"redis": "^2.6.5"
}
}