{
  "name": "grunt-releaseable",
  "description": "Opinionated software release plugin for Grunt. Use to release repos on NPM, Bower and Component.",
  "version": "0.0.16",
  "homepage": "https://github.com/patrickarlt/grunt-releaseable",
  "author": {
    "name": "Patrick Arlt",
    "email": "patrick.arlt@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:patrickarlt/grunt-releaseable.git"
  },
  "bugs": {
    "url": "https://github.com/patrickarlt/grunt-releaseable/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/patrickarlt/grunt-releaseable/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "exit 0",
    "prepublish": "exit 0"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^0.9.2",
    "grunt": "~0.4.2"
  },
  "peerDependencies": {
    "grunt": "~0.4.2"
  },
  "keywords": [
    "gruntplugin"
  ],
  "dependencies": {
    "shelljs": "~0.3.0",
    "semver": "~2.3.1"
  }
}
