{
  "name": "migrate-semver-mongoose",
  "version": "0.7.0",
  "description": "Mongoose plugin for migrate-semver",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -t 10000",
    "eslint": "./node_modules/eslint/bin/eslint.js . || true",
    "watch": "nodemon -x 'npm run eslint --silent'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PDMLab/migrate-semver-mongoose.git"
  },
  "keywords": [
    "Mongoose",
    "MongoDb",
    "migration",
    "semver"
  ],
  "author": "Alexander Zeitler <alexander.zeitler@pdmlab.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PDMLab/migrate-semver-mongoose/issues"
  },
  "homepage": "https://github.com/PDMLab/migrate-semver-mongoose#readme",
  "devDependencies": {
    "docker-compose": "^0.23.1",
    "eslint": "^6.8.0",
    "eslint-config-es": "^3.19.5",
    "eslint-plugin-extended": "^0.2.0",
    "eslint-plugin-mocha": "^6.2.2",
    "migrate-semver": "^0.7.0",
    "mocha": "^6.2.2"
  },
  "dependencies": {
    "async": "^3.1.0",
    "compare-versions": "^3.5.1",
    "lodash": "^4.17.15",
    "moment": "^2.24.0",
    "mongoose": "^5.8.2",
    "retry": "^0.12.0"
  }
}
