UNPKG

rethinkdbdash

Version:

A Node.js driver for RethinkDB with promises and a connection pool

36 lines (35 loc) 806 B
{ "name": "rethinkdbdash", "version": "2.3.31", "description": "A Node.js driver for RethinkDB with promises and a connection pool", "main": "lib/index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha --check-leaks -t 20000", "browserify": "node browserify.js" }, "repository": { "type": "git", "url": "git://github.com/neumino/rethinkdbdash" }, "keywords": [ "rethinkdb", "driver", "nodejs" ], "author": "Michel Tu <orphee@gmail.com> (http://justonepixel.com/)", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/neumino/rethinkdbdash/issues" }, "dependencies": { "bluebird": ">= 3.0.1" }, "devDependencies": { "mocha": ">= 1.20.0", "dev-null": ">= 0.1.1" } }