{
  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://github.com/einaros)",
  "name": "GitAzure",
  "description": "Github hook for node.js apps hosted in Microsoft Azure.",
  "version": "0.0.7",
  "bin": {
    "gitazure": "./bin/gitazure.cmd"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/einaros/GitAzure.git"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "dependencies": {
    "azure": "latest",
    "step": "0.0.x",
    "options": "0.0.x"
  },
  "devDependencies": {
    "mocha": "latest",
    "should": "latest"
  }
}
