1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/simple-lru-cache/package.json

34 lines
775 B
JSON

{
"name": "simple-lru-cache",
"version": "0.0.2",
"author": "Gabriel Eisbruch",
"description": "",
"main": "index",
"keywords":["cache","lru","simple","fast"],
"directories": {
"lib": "./lib"
},
"maintainers": [{
"name":"Gabriel Eisbruch",
"email":"gabrieleisbruch@gmail.com",
"web":"http://www.mercadolibre.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/geisbruch/node-simple-lru-cache/blob/master/LICENSE"
}],
"repositories": [{
"type": "git",
"url" : "http://github.com/geisbruch/node-simple-lru-cache.git"
}],
"dependencies": {
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "make test",
"bench":"make bench"
}
}