{
  "name": "sqin",
  "version": "0.0.4",
  "description": "Command-line utilities for database change management, inspired by Sqitch",
  "bin": {
    "sqin": "dist/cli/sqin.js"
  },
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha",
    "prepublish": "grunt build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/motiz88/sqin.git"
  },
  "author": {
    "name": "Moti Zilberman",
    "email": "motiz88@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/motiz88/sqin/issues"
  },
  "homepage": "https://github.com/motiz88/sqin",
  "devDependencies": {
    "babel-eslint": "^3.1.7",
    "eslint": "^0.21.2",
    "grunt": "^0.4.5",
    "grunt-babel": "^5.0.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-eslint": "^13.0.0",
    "grunt-mocha-cli": "^1.13.0",
    "load-grunt-tasks": "^3.1.0"
  },
  "dependencies": {
    "babel-runtime": "^5.4.5",
    "depres": "^0.1.0",
    "glob": "^5.0.7",
    "mz": "^1.3.0",
    "nopt": "^3.0.2",
    "rx": "^2.5.2"
  }
}
