UNPKG

cabinetkv

Version:

Brainless Key/Value storage for MongoDB

32 lines (31 loc) 596 B
{ "name": "cabinetkv", "description": "Brainless Key/Value storage for MongoDB", "version": "0.0.1", "author": { "name": "Trey Griffith", "email": "trey.griffith@gmail.com" }, "keywords": [ "mongoose", "mongodb", "storage", "cache", "kv", "key/value" ], "dependencies": { "cellar": ">=0.0.2" }, "devDependencies": { }, "main": "./index.js", "engines": { "node": "0.8.x" }, "repository": { "type": "git", "url": "git://github.com/treygriffith/cabinet.git" }, "homepage": "https://github.com/treygriffith/cabinet" }