dvp-mongomodels
Version:
27 lines (26 loc) • 693 B
JSON
{
"name": "dvp-mongomodels",
"version": "6.5.0",
"description": "mongodb models",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DuoSoftware/DVP-MogoModels.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DuoSoftware/DVP-MogoModels/issues"
},
"homepage": "https://github.com/DuoSoftware/DVP-MogoModels#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^3.2.6",
"mongoose": "^5.9.3",
"mongoose-text-search": "0.0.2",
"mongoose-unique-validator": "^2.0.3"
}
}