{
  "name": "grunt-node-pg-migrate",
  "version": "0.1.2",
  "description": "Migrate database schema and data with node-pg-migrate",
  "main": "Gruntfile.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/paulxtiseo/node-pg-migrate"
  },
  "contributors": [
    "emschwartz (https://github.com/paulxtiseo)",
    "GeekyEggo (https://github.com/GeekyEggo)",
    "paulxtiseo (https://github.com/paulxtiseo)"
  ],
  "author": "Dmitriy Loktev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/unknownexception/grunt-db-migrate/issues"
  },
  "dependencies": {
    "node-pg-migrate": "0.0.7"
  }
}
