tiny
Version:
An in-process key-value store
25 lines (24 loc) • 667 B
JSON
{
"name": "tiny",
"description": "An in-process key-value store",
"author": "Christopher Jeffrey",
"version": "0.0.10",
"main": "./lib/tiny.js",
"bin": "./bin/tiny",
"man": "./man/tiny.1",
"preferGlobal": true,
"repository": "git://github.com/chjj/tiny.git",
"homepage": "https://github.com/chjj/tiny",
"bugs": { "url": "http://github.com/chjj/tiny/issues" },
"license": "MIT",
"keywords": ["database", "nosql", "in-process"],
"tags": ["database", "nosql", "in-process"],
"scripts": {
"test": "node test",
"bench": "node test --bench"
},
"dependencies": {
"lru-cache": "~2.5.0"
},
"engines": { "node": ">= 0.8.0" }
}