UNPKG

nodiak

Version:

Nodiak is a Node.js client for the Riak Distributed Database

37 lines (36 loc) 889 B
{ "name": "nodiak", "version": "0.4.4", "description": "Nodiak is a Node.js client for the Riak Distributed Database", "author": "Nathan Aschbacher <nathan.aschbacher@gmail.com>", "contributors": [ { "name": "Nathan Aschbacher", "email": "nathan.aschbacher@gmail.com" } ], "license": "MIT", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "git://github.com/nathanaschbacher/nodiak.git" }, "dependencies": { "deepmerge": ">=0.2.5", "async": ">=0.2.5", "trustfund": ">=0.1.0", "agentkeepalive": "0.2.2" }, "devDependencies": { "mocha": "*", "should": "*" }, "keywords": [ "riak", "nodiak", "basho" ], "engines": { "node": ">=0.8.x" } }