{
  "name": "ngrate",
  "version": "1.0.0-rc2",
  "description": "A simple and database agnostic migrations system",
  "keywords": [
    "migration",
    "database"
  ],
  "scripts": {
    "test": "mocha tests/",
    "clean": "rm -rf migrations/ && rm -rf .ngrate.js && rm -rf migration-data.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grillorafael/ngrate"
  },
  "bin": {
    "ngrate": "./commands/ngrate.js"
  },
  "license": "MIT",
  "dependencies": {
    "async": "^2.1.1",
    "commander": "^2.9.0",
    "lodash": "^4.16.4",
    "winston": "^2.2.0"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^3.1.2"
  }
}
