{
  "name": "grunt-contrib-jshint",
  "description": "Validate files with JSHint",
  "version": "3.1.1",
  "author": {
    "name": "Grunt Team",
    "url": "https://gruntjs.com/"
  },
  "repository": "gruntjs/grunt-contrib-jshint",
  "license": "MIT",
  "engines": {
    "node": ">=10"
  },
  "main": "tasks/jshint.js",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "hooker": "^0.2.3",
    "jshint": "~2.13.0"
  },
  "devDependencies": {
    "grunt": "^1.3.0",
    "grunt-contrib-internal": "^5.0.1",
    "grunt-contrib-nodeunit": "^2.1.0"
  },
  "keywords": [
    "gruntplugin"
  ],
  "files": [
    "tasks"
  ],
  "appveyor_id": "j04ik7qgx21ixyfw"
}
