Subtheme of barrio
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.

26 lines
487 B

2 years ago
{
"name": "lru-queue",
"version": "0.1.0",
"description": "LRU Queue",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"repository": {
"type": "git",
"url": "git://github.com/medikoo/lru-queue.git"
},
"keywords": [
"lru",
"cache",
"queue"
],
"dependencies": {
"es5-ext": "~0.10.2"
},
"devDependencies": {
"tad": "~0.1.21"
},
"scripts": {
"test": "node node_modules/tad/bin/tad"
},
"license": "MIT"
}