UNPKG

cachetree

Version:

A scoped, fluent API for easily interacting with hierarchical, key-value data

24 lines (22 loc) 648 B
{ "name": "cachetree", "description": "A scoped, fluent API for easily interacting with hierarchical, key-value data", "version": "3.0.0", "author": "David Wood <bitprobe@gmail.com>", "repository": { "type": "git", "url": "http://github.com/davidwood/cachetree.git" }, "keywords": ["cache", "tree", "hierarchy", "scoped", "key-value", "keyvalue", "hash", "dict", "dictionary"], "devDependencies": { "istanbul": "^0.3.6", "mocha": "^2.1.0" }, "scripts": { "test": "NODE_ENV=test istanbul test _mocha -- --check-leaks --reporter spec" }, "main": "./index.js", "engines": { "node": ">= 0.10.0" } }