UNPKG

mongo-replica-set

Version:

Command-line tool and API for setting up MongoDB replica sets on localhost. Useful for development purposes.

42 lines (41 loc) 1.01 kB
{ "name": "mongo-replica-set", "version": "0.3.0", "description": "Command-line tool and API for setting up MongoDB replica sets on localhost. Useful for development purposes.", "main": "index.js", "bin": { "mongo-replica-set": "./mongo-replica-set" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node --harmony node_modules/.bin/gulp" }, "repository": { "type": "git", "url": "https://github.com/hiddentao/mongo-replica-set.git" }, "keywords": [ "mongo", "mongodb", "replica", "nosql", "test" ], "author": "Ramesh Nair <ram@hiddentao.com>", "license": "MIT", "bugs": { "url": "https://github.com/hiddentao/mongo-replica-set/issues" }, "homepage": "https://github.com/hiddentao/mongo-replica-set", "dependencies": { "bluebird": "^2.9.24", "colors": "^1.0.3", "commander": "^2.7.1", "cross-spawn": "^5.1.0", "eventemitter2": "^0.4.14", "lodash": "^3.6.0", "shelljs": "^0.4.0" } }