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.
 

32 lines
743 B

{
"name": "redis-lru",
"version": "0.4.0",
"description": "redis-backed LRU cache",
"main": "index.js",
"scripts": {
"test": "mocha && eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/facundoolano/redis-lru"
},
"keywords": [
"redis",
"lru",
"cache"
],
"bugs": {
"url": "https://github.com/facundoolano/redis-lru/issues"
},
"homepage": "https://github.com/facundoolano/redis-lru",
"devDependencies": {
"eslint": "^3.8.0",
"eslint-config-semistandard": "^6.0.1",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"mocha": "^2.4.5"
},
"author": "Facundo Olano",
"license": "MIT"
}