{
  "name": "grunt-next-version",
  "description": "Change version numbers in files, including the option to change the revision number to the number of Git commits.",
  "version": "0.11.8",
  "homepage": "https://github.com/Sjeiti/grunt-next-version",
  "author": {
    "name": "Ron Valstar",
    "email": "sjeiti@gmail.com",
    "url": "http://www.sjeiti.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sjeiti/grunt-next-version.git"
  },
  "bugs": {
    "url": "https://github.com/Sjeiti/grunt-next-version/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Sjeiti/grunt-next-version/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha ./test/test.js --delay"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-jshint": "~0.6.0",
    "load-grunt-tasks": "~2.0.0",
    "mkdirp": "^0.5.1",
    "mocha": "^2.4.5",
    "next-version": "^0.11.7"
  },
  "dependencies": {
    "next-version": "^0.11.7"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "version",
    "git",
    "revisions"
  ]
}
