{
  "name": "db-migrations",
  "version": "0.1.0",
  "description": "DB script executor and manager.",
  "main": "index.js",
  "scripts": {
    "test": "tap test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/booleangate/node-db-migrations.git"
  },
  "author": "Justin Johnson <booleangate@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/booleangate/node-db-migrations/issues"
  },
  "homepage": "https://github.com/booleangate/node-db-migrations",
  "devDependencies": {
    "gulp": "^3.8.10",
    "tap": "^0.4.13",
    "tape": "^3.0.3"
  },
  "dependencies": {
    "mixin": "^0.2.0",
    "mysql": "^2.5.4",
    "npmlog": "^0.1.1"
  }
}
