{
  "name": "grunt-sonar-runner",
  "description": "Sonar Analysis Runner from grunt. The major version is kept in sync with sonar runner distribution version.",
  "version": "3.0.2",
  "homepage": "https://github.com/skhatri/grunt-sonar-runner",
  "author": {
    "name": "Suresh Khatri",
    "email": "servlet2@msn.com"
  },
  "repository": "skhatri/grunt-sonar-runner",
  "bugs": {
    "url": "https://github.com/skhatri/grunt-sonar-runner/issues"
  },
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "https://github.com/skhatri/grunt-sonar-runner/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "scripts": {
    "test": "jest",
    "jest-test": "jest --coverage"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-run": "^0.8.1",
    "jest": "^26.6.3",
    "should": "^13.2.3"
  },
  "peerDependencies": {
    "grunt": ">=0.4.5"
  },
  "keywords": [
    "gruntplugin",
    "sonar",
    "sonar-runner",
    "sonar-scanner"
  ],
  "dependencies": {
    "grunt-cli": "^1.3.2"
  }
}
