{
  "name": "grunt-bumpup",
  "description": "Update the version, date, and other properties in JSON files while preserving the original indentation style.",
  "version": "0.6.3",
  "keywords": [
    "gruntplugin",
    "bump",
    "semver",
    "version"
  ],
  "homepage": "https://github.com/darsain/grunt-bumpup",
  "author": {
    "name": "Darsain",
    "url": "http://darsa.in"
  },
  "contributors": [
    {
      "name": "leny",
      "url": "http://leny.me"
    },
    {
      "name": "whitcomb",
      "url": "http://bradwhitcomb.com"
    },
    {
      "name": "maxbeatty",
      "url": "http://about.me/max"
    },
    {
      "name": "at0g",
      "url": "https://github.com/at0g"
    },
    {
      "name": "sgtpepper43",
      "url": "http://trevorfenn.info"
    },
    {
      "name": "maff",
      "url": "https://github.com/maff"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/darsain/grunt-bumpup.git"
  },
  "bugs": {
    "url": "https://github.com/darsain/grunt-bumpup/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">=0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "moment": "^2.8.3",
    "semver": "^4.0.3"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  }
}
