{ "name": "cache-manager", "version": "1.3.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": { "test": "make" }, "repository": { "type": "git", "url": "https://github.com/BryanDonovan/node-cache-manager.git" }, "keywords": [ "cache", "redis", "lru-cache", "memory cache", "multiple cache" ], "author": "Bryan Donovan", "license": "MIT", "dependencies": { "async": "^0.9.0", "lru-cache": "2.6.5" }, "devDependencies": { "coveralls": "^2.3.0", "es6-promise": "^3.0.2", "istanbul": "^0.2.11", "jscs": "^1.9.0", "jsdoc": "^3.3.0", "jshint": "^2.5.4", "mocha": "^1.20.1", "optimist": "^0.6.1", "sinon": "^1.10.2" } }