mongoose-helpers-setup-db
Version:
returns a function that will return a mongoose connection promise when called
38 lines (37 loc) • 937 B
JSON
{
"name": "mongoose-helpers-setup-db",
"version": "0.1.4",
"description": "returns a function that will return a mongoose connection promise when called",
"author": "dan entous",
"license": "MIT",
"main": "src",
"keywords": [
"mongoose helper",
"mongoose helper setup db"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mongoose-helpers/setup-db.git"
},
"bugs": {
"url": "https://github.com/mongoose-helpers/setup-db/issues"
},
"homepage": "https://github.com/mongoose-helpers/setup-db#readme",
"scripts": {
"eslint": "eslint .",
"pre-commit": "echo 'pre-commit checks ...' && npm run eslint"
},
"config": {
"ghooks": {
"pre-commit": "npm run pre-commit"
}
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-dan-nl": "^0.1.5",
"ghooks": "^2.0.4"
},
"dependencies": {
"mongoose-helpers-connection": "^0.1.4"
}
}