{
  "name": "grunt-appverse-sonar-version",
  "version": "0.0.1",
  "description": "Bump sonar.projectVersion ",
  "author": {
    "name": "appverse",
    "email": "github@appverse.org",
    "url": "http://appverse.org"
  },
  "keywords": [
    "gruntplugin",
    "appverse"
  ],
  "main": "Gruntfile.js",
  "license": "MPL-2.0",
  "devDependencies": {
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0",
    "grunt": "^0.4.5",
    "jshint-stylish": "~0.1.5",
    "load-grunt-tasks": "~0.3.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "java-properties": "^0.2.9" 
  }
}
