mongoose-reverse-populate
Version:
This module allows you to 'populate' a mongoose model where the relationship ids are stored on another mongoose model that is related to this model
36 lines (35 loc) • 915 B
JSON
{
"name": "mongoose-reverse-populate",
"version": "1.1.0",
"description": "This module allows you to 'populate' a mongoose model where the relationship ids are stored on another mongoose model that is related to this model",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec --recursive"
},
"repository": {
"type": "git",
"url": "git://github.com/Prismatik/mongoose-reverse-populate.git"
},
"keywords": [
"mongo",
"mongoose",
"populate"
],
"author": "Simon Taylor",
"license": "MIT",
"bugs": {
"url": "https://github.com/Prismatik/mongoose-reverse-populate/issues"
},
"homepage": "https://github.com/Prismatik/mongoose-reverse-populate",
"devDependencies": {
"async": "^0.9.0",
"mongoose": "^4.0.6",
"mocha": "^2.2.1"
},
"dependencies": {
"lodash": "^3.10.0"
},
"engines": {
"node": ">= 0.10.0"
}
}