{
"author": {
"name": "Francois Vespa",
"url": "https://github.com/co2-git"
},
"bin": {
"express-redis-cache": "bin/express-redis-cache.js"
},
"bugs": {
"url": "https://github.com/rv-kip/express-redis-cache/issues"
},
"config": {
"prefix": "erc:",
"type": "text/html"
},
"contributors": [
{
"name": "faceair",
"url": "https://github.com/faceair"
},
{
"name": "barwin",
"url": "https://github.com/barwin"
},
{
"name": "rv-kip",
"url": "https://github.com/rv-kip"
},
{
"name": "amaurigabriel",
"url": "https://github.com/amaurigabriel"
},
{
"name": "benmcmeen",
"url": "https://github.com/benmcmeen"
},
{
"name": "pwmckenna",
"url": "https://github.com/pwmckenna"
},
{
"name": "ramanpreetnara",
"url": "https://github.com/ramanpreetnara"
},
{
"name": "mdbox",
"url": "https://github.com/mdbox"
}
],
"dependencies": {
"async": "~1.5.0",
"colors": "^1.1.2",
"redis": "^2.4.2"
},
"description": "A module to make Express interact with Redis (create, get, delete). You can automatically cache all your most popular routes in Redis.",
"devDependencies": {
"body-parser": "~1.14.1",
"express": "~4.13.3",
"method-override": "~2.3.5",
"mocha": "~2.3.4",
"moment": "^2.10.6",
"request": "~2.67.0",
"should": "~8.0.1"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "ce3e9522a1a7f61c134766593b0464ff09f87dc1",
"tarball": "https://registry.npmjs.org/express-redis-cache/-/express-redis-cache-0.5.1.tgz"
},
"gitHead": "d473449d8f1b439109f2b5361818986821699ad6",
"homepage": "https://github.com/rv-kip/express-redis-cache#readme",
"license": "BSD",
"main": "index.js",
"maintainers": [
{
"name": "francoisv"
},
{
"name": "rv-kip"
}
],
"name": "express-redis-cache",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rv-kip/express-redis-cache.git"
},
"scripts": {
"test": "mocha --check-leaks -R nyan test"
},
"version": "0.5.1"
}