Files
memoizee/package.json
Mariusz Nowak 4a21ea4fc7 v0.3.7
2014-08-14 11:23:11 +02:00

47 lines
1.1 KiB
JSON

{
"name": "memoizee",
"version": "0.3.7",
"description": "Memoize/cache function results",
"author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
"memoize",
"memoizer",
"cache",
"memoization",
"memo",
"memcached",
"hashing.",
"storage",
"caching",
"memory",
"gc",
"weak",
"garbage",
"collector",
"async"
],
"repository": {
"type": "git",
"url": "git://github.com/medikoo/memoize.git"
},
"dependencies": {
"d": "~0.1.1",
"es5-ext": "~0.10.4",
"event-emitter": "~0.3.1",
"lru-queue": "0.1.x",
"next-tick": "~0.2.2",
"timers-ext": "0.1.x"
},
"devDependencies": {
"tad": "0.2.x",
"xlint": "~0.2.1",
"xlint-jslint-medikoo": "0.1.x"
},
"scripts": {
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
"lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
"test": "node node_modules/tad/bin/tad"
},
"license": "MIT"
}