UNPKG

mongo-connection-string-builder

Version:

module to provide you mongo connection string based on ENV variables for username and password along with setting options

34 lines (33 loc) 872 B
{ "name": "mongo-connection-string-builder", "version": "1.2.3", "description": "module to provide you mongo connection string based on ENV variables for username and password along with setting options", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha specs" }, "repository": { "type": "git", "url": "git+https://github.com/StuartGreenhall/mongo-connection-string-builder.git" }, "keywords": [ "database", "Authenticated", "mongo", "connection string", "mongodb", "db", "Authenticate", "naming" ], "author": "Stuart Greenhall", "license": "MIT", "bugs": { "url": "https://github.com/StuartGreenhall/canonical-db/issues" }, "homepage": "https://github.com/StuartGreenhall/canonical-db#readme", "devDependencies": { "mocha": "^2.4.5", "should": "^8.2.2" } }