UNPKG

plasma-cache

Version:
54 lines (53 loc) 1.04 kB
{ "name": "plasma-cache", "description": "Object cache for [Plasma].", "version": "0.2.2", "homepage": "https://github.com/jonschlinkert/plasma-cache", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/plasma-cache", "bugs": { "url": "https://github.com/jonschlinkert/plasma-cache/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "component-emitter": "^1.2.0", "expander": "^0.3.3", "extend-shallow": "^1.1.4", "filter-functions": "^0.1.0", "lazy-cache": "^0.1.0", "object.omit": "^1.1.0", "plasma": "^0.9.1" }, "devDependencies": { "js-yaml": "^3.3.1", "mocha": "*", "should": "*" }, "keywords": [ "cache", "config", "data", "extend", "file", "fs", "get", "hash", "json", "object", "read", "set", "storage", "store", "yaml" ] }