UNPKG

nems

Version:

nodejs-embedded-mongodb-standalone is a promise based embedded mongodb distribution library that downloads a appropriate mongodb and utilizes it as standalone, e.g. for integration/functional tests.

67 lines (66 loc) 1.76 kB
{ "name": "nems", "version": "1.4.1", "description": "nodejs-embedded-mongodb-standalone is a promise based embedded mongodb distribution library that downloads a appropriate mongodb and utilizes it as standalone, e.g. for integration/functional tests.", "homepage": "https://github.com/mfuhrmeister/nodejs-embedded-mongodb-standalone", "keywords": [ "mongo", "mongod", "mongodb", "embedded", "standalone", "download", "promise", "bluebird", "node.js" ], "author": { "name": "Marcus Fuhrmeister", "email": "marcus.fuhrmeister@googlemail.com", "url": "https://github.com/mfuhrmeister" }, "license": "MIT", "files": [ "lib", "bin" ], "scripts": { "build": "./node_modules/gulp/bin/gulp.js build", "test": "./node_modules/gulp/bin/gulp.js test", "dax": "node bin/dax", "start": "node bin/start", "stop": "node bin/stop" }, "main": "lib/nems.js", "repository": { "type": "git", "url": "https://github.com/mfuhrmeister/nodejs-embedded-mongodb-standalone.git" }, "devDependencies": { "del": "^2.0.0", "fs-extra": "^4.0.2", "gulp": "^3.9.0", "gulp-istanbul": "^1.0.0", "gulp-jasmine": "^2.4.0", "gulp-jshint": "^2.0.1", "gulp-nsp": "^2.1.0", "gulp-util": "^3.0.1", "jasmine-core": "^2.4.1", "jasmine-node": "^1.14.5", "jasmine-reporters": "^2.0.3", "jshint": "^2.0.0", "jshint-stylish": "^2.2.0", "map-stream": "0.0.6", "require-dir": "~0.3.0", "rewire": "^2.3.1", "run-sequence": "^1.2.1" }, "dependencies": { "bluebird": "^3.4.1", "decompress": "^3.0.0", "mongodb-download": "^1.3.2", "npmlog": "^4.0.0", "ramda": "^0.22.1", "sprintf-js": "^1.0.3" } }