{
  "name": "mysql-script-deploy",
  "version": "1.0.2",
  "description": "Deploys your schema changes and routines, it versions all your changes and roles back failed routines to previous versions",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "MySql",
    "Deploy",
    "Database",
    "rolling",
    "stored",
    "procedures"
  ],
  "author": "fixiecoder",
  "license": "MIT",
  "dependencies": {
    "async": "~1.3.0",
    "md5": "^2.0.0",
    "mysql": "~2.7.0"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.3",
    "sinon": "^1.17.2"
  }
}
