UNPKG

in-memoriam

Version:

Easy to use, high-speed O(1) for all operations, in-memory cache with both ttl and capacity support.

37 lines (36 loc) 854 B
{ "name": "in-memoriam", "version": "1.1.0", "description": "Easy to use, high-speed O(1) for all operations, in-memory cache with both ttl and capacity support.", "main": "src/index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git+https://github.com/noambenami/in-memoriam.git" }, "keywords": [ "cache", "performance", "ttl", "caching", "high", "speed", "simple" ], "author": "Noam Ben-Ami", "license": "MIT", "bugs": { "url": "https://github.com/noambenami/in-memoriam/issues" }, "homepage": "https://github.com/noambenami/in-memoriam#readme", "devDependencies": { "chai": "~2.3.0", "grunt": "~0.4.5", "grunt-contrib-jshint": "~0.11.2", "grunt-jscs": "~1.8.0", "grunt-mocha-test": "~0.12.7", "mocha": "~2.2.4" } }