mongoose-data-seed
Version:
Seed mongodb with data using mongoose models
15 lines (14 loc) • 356 B
JSON
{
"name": "md-seed-example",
"version": "2.0.0",
"description": "Example of using mongoose-data-seed",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Avi Sharvit <sharvita@gmail.com> (https://sharvit.github.io)",
"license": "MIT",
"dependencies": {
"mongoose": "^5.0.0"
}
}