{
  "name": "grunt-jsonlint",
  "version": "2.1.3",
  "description": "Validate JSON files from grunt.",
  "main": "tasks/jsonlint.js",
  "scripts": {
    "test": "nyc grunt test",
    "fix-lint-errors": "eslint --fix tasks/ lib/ test/*.js"
  },
  "files": [
    "lib",
    "tasks",
    "LICENSE-MIT"
  ],
  "engines": {
    "node": ">=6"
  },
  "repository": "https://github.com/brandonramirez/grunt-jsonlint",
  "bugs": "https://github.com/brandonramirez/grunt-jsonlint/issues",
  "keywords": [
    "gruntplugin",
    "build",
    "validate"
  ],
  "author": "Brandon Ramirez <brandon.s.ramirez@gmail.com> (http://www.brandonsramirez.com/)",
  "contributors": [
    "Fred Ghosn (https://github.com/fredghosn)",
    "Ferdinand Prantl (https://github.com/prantlf)"
  ],
  "license": "MIT",
  "dependencies": {
    "@prantlf/jsonlint": "10.2.0"
  },
  "devDependencies": {
    "async": "^3.2.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-import": "^2.22.0",
    "expect.js": "^0.3.1",
    "fs-writefile-promise": "^3.0.2",
    "grunt": "~1.0.4",
    "grunt-eslint": "^21.1.0",
    "grunt-mocha-test": "^0.13.3",
    "lodash": "^4.17.19",
    "mkdirp-promise": "^5.0.1",
    "mocha": "^6.2.3",
    "nyc": "^14.1.1",
    "promise": "^8.1.0",
    "sinon": "^8.1.1",
    "sinon-expect": "^0.3.0"
  }
}
