{
  "name": "gulp-jshint-html-reporter",
  "version": "0.1.4",
  "description": "Simple generator of HTML report for gulp-jshint that writes its output to a html file which looks pretty",
  "files": [
    "index.js",
    "reporter.js",
    "templates/"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/the-phoenix/gulp-jshint-html-reporter.git"
  },
  "keywords": [
    "gulp",
    "jshint",
    "reporter",
    "html-reporter"
  ],
  "author": "the-phoenix <9201924+the-phoenix@users.noreply.github.com>",
  "homepage": "https://github.com/the-phoenix/gulp-jshint-html-reporter",
  "license": "MIT",
  "maintainers": [
    "the-phoenix <9201924+the-phoenix@users.noreply.github.com>"
  ],
  "main": "index.js"
}
