You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
739 B

{
12 years ago
"name": "cache-manager",
8 years ago
"version": "2.2.0",
12 years ago
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
11 years ago
"test": "make"
},
"repository": {
"type": "git",
12 years ago
"url": "https://github.com/BryanDonovan/node-cache-manager.git"
},
"keywords": [
"cache",
"redis",
12 years ago
"lru-cache",
"memory cache",
"multiple cache"
],
"author": "Bryan Donovan",
12 years ago
"license": "MIT",
"dependencies": {
"async": "1.5.2",
"lru-cache": "4.0.0"
},
"devDependencies": {
"coveralls": "^2.3.0",
"es6-promise": "^3.0.2",
"istanbul": "0.4.2",
"jscs": "2.11.0",
"jsdoc": "3.3.0",
"jshint": "2.9.1",
"mocha": "2.4.5",
"optimist": "0.6.1",
"sinon": "1.17.3"
}
}