UNPKG

basho-riak-client-covs

Version:

Basho's officially supported NodeJS client for Riak

74 lines (73 loc) 1.66 kB
{ "name": "basho-riak-client-covs", "description": "Basho's officially supported NodeJS client for Riak", "version": "2.4.1-alpha1", "author": "Brian Roach <roach@basho.com>", "contributors": [ "Luke Bakken <luke@bakken.io>", "Bryce Kerley <bkerley@brycekerley.net>" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/basho/riak-nodejs-client.git" }, "homepage": "https://github.com/basho/riak-nodejs-client/wiki", "keywords": [ "riak", "node", "nodejs", "distributed", "nosql", "driver", "riak-nodejs-client", "client", "basho" ], "dependencies": { "async": "~2.0", "backoff": "~2.5", "bytebuffer": "~5.0", "hashmap": "~2.0", "joi": "~6.0", "long": "~3.2", "protobufjs": "~5.0", "winston": "~2.2" }, "devDependencies": { "benchmark": "latest", "grunt": "latest", "grunt-benchmark": "latest", "grunt-cli": "latest", "grunt-contrib-jshint": "latest", "grunt-contrib-watch": "latest", "grunt-contrib-yuidoc": "latest", "grunt-mocha-test": "latest", "jshint": "latest", "mocha": "~3.1", "randomstring": "~1.1", "yuidocjs": "latest" }, "engines": { "node": "~0.12" }, "files": [ "LICENSE", "README.md", "index.js", "lib/*.js", "lib/commands/", "lib/core/", "lib/protobuf/*.js", "lib/protobuf/riak_pb/src/*.proto", "lib/protobuf/riak_pb/src/*.csv" ], "bugs": { "url": "https://github.com/basho/riak-nodejs-client/issues" }, "main": "index.js", "directories": { "lib": "./lib" }, "scripts": {} }