mongoose-seed
Version:
Seed data population for Mongoose
42 lines (41 loc) • 849 B
JSON
{
"name": "mongoose-seed",
"version": "0.6.0",
"description": "Seed data population for Mongoose",
"main": "index.js",
"scripts": {
"test": "mocha --exit test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanemmer/mongoose-seed.git"
},
"keywords": [
"mongoose",
"seed",
"mongo",
"mongodb",
"node",
"node.js",
"MEAN",
"MEAN.js",
"MEAN.io"
],
"author": "Sean Emmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanemmer/mongoose-seed/issues"
},
"homepage": "https://github.com/seanemmer/mongoose-seed#readme",
"dependencies": {
"async": "~2.6.1",
"chalk": "~2.4.2",
"lodash": "~4.17.11",
"path": "~0.12.7"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"mongoose": "^5.4.8"
}
}