{
  "name": "grunt-gh-release",
  "description": "Create relases on GitHub from Grunt task.",
  "version": "0.0.2",
  "homepage": "https://github.com/artpolikarpov/grunt-gh-release",
  "author": {
    "name": "Artem Polikarpov",
    "email": "artpolikarpov@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/artpolikarpov/grunt-gh-release.git"
  },
  "bugs": {
    "url": "https://github.com/artpolikarpov/grunt-gh-release/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/artpolikarpov/grunt-gh-release/blob/master/LICENSE-MIT"
    }
  ],
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-clean": "~0.4.1",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-shell": "~0.2.2",
    "grunt-contrib-watch": "~0.5.3"
  },
  "peerDependencies": {
    "grunt": "~0.4.1",
    "curlrequest": "~0.3.10",
    "underscore": "^1.6.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}
