{
  "name": "migrate-semver",
  "version": "0.7.0",
  "description": "Database agnostic migrations based on SemVer",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha",
    "eslint": "./node_modules/eslint/bin/eslint.js . || true",
    "watch": "nodemon -x 'npm run eslint --silent'"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/PDMLab/migrate-semver.git"
  },
  "keywords": [
    "migration",
    "semver",
    "database"
  ],
  "author": "Alexander Zeitler <alexander.zeitler@pdmlab.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PDMLab/migrate-semver/issues"
  },
  "homepage": "https://github.com/PDMLab/migrate-semver#readme",
  "devDependencies": {
    "eslint": "^3.3.1",
    "eslint-config-es": "^0.8.0",
    "eslint-plugin-extended": "^0.2.0",
    "eslint-plugin-mocha": "^4.3.0",
    "mocha": "^3.0.2"
  },
  "dependencies": {
    "async": "^2.0.1",
    "compare-versions": "^3.0.0",
    "lodash": "^4.15.0"
  }
}
