{
  "name": "pug-lint",
  "version": "2.7.0",
  "description": "An unopinionated and configurable linter and style checker for Pug (formerly Jade)",
  "author": "Ben Edwards <hello@benedfit.com>",
  "license": "ISC",
  "keywords": [
    "puglint",
    "jadelint",
    "pug-lint",
    "jade-lint",
    "pug",
    "jade",
    "lint",
    "code style",
    "formatter",
    "style guide",
    "validate",
    "lint pug",
    "lint jade",
    "pug lint",
    "jade lint",
    "linter",
    "linter pug",
    "linter jade",
    "pug linter",
    "jade linter",
    "pug-linter",
    "jade-linter",
    "linting",
    "linting pug",
    "linting jade",
    "pug linting",
    "jade linting",
    "pug-linting",
    "jade-linting",
    "hint",
    "hint pug",
    "hint jade",
    "pug hint",
    "jade hint",
    "pug-hint",
    "jade-hint",
    "hinter",
    "hinter pug",
    "hinter jade",
    "pug hinter",
    "jade hinter",
    "pug-hinter",
    "jade-hinter",
    "hinting",
    "hinting pug",
    "hinting jade",
    "pug hinting",
    "jade hinting",
    "pug-hinting",
    "jade-hinting"
  ],
  "homepage": "https://github.com/pugjs/pug-lint",
  "repository": {
    "type": "git",
    "url": "git@github.com:pugjs/pug-lint.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "main": "./lib/linter",
  "bin": {
    "pug-lint": "./bin/pug-lint"
  },
  "scripts": {
    "lint": "xo",
    "inspect": "jsinspect",
    "depcheck": "david",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha test",
    "docs": "pliers buildRuleDocs",
    "schema": "pliers buildJsonSchema",
    "changelog": "pliers buildChangelog",
    "pretest": "npm run docs && npm run schema && npm run lint",
    "test": "npm run coverage",
    "posttest": "(istanbul check-coverage --statements 90 --branches 90 --functions 100 --lines 90 && rimraf coverage) || echo Look at 'coverage/lcov-report/index.html' to find out more"
  },
  "dependencies": {
    "acorn": "^4.0.1",
    "commander": "^2.9.0",
    "css-selector-parser": "^1.1.0",
    "find-line-column": "^0.5.2",
    "glob": "^7.0.3",
    "minimatch": "^3.0.3",
    "path-is-absolute": "^1.0.0",
    "pug-attrs": "^2.0.4",
    "pug-error": "^1.3.3",
    "pug-lexer": "^4.1.0",
    "resolve": "^1.1.7",
    "strip-json-comments": "^2.0.1",
    "void-elements": "^2.0.1"
  },
  "devDependencies": {
    "camel-case": "^3.0.0",
    "changelog": "^1.0.7",
    "david": "^7.0.0",
    "docco": "^0.7.0",
    "istanbul": "^0.4.0",
    "jsinspect": "^0.8.0",
    "mocha": "^2.3.3",
    "moment": "^2.11.2",
    "no-case": "^2.3.0",
    "pliers": "^1.2.1",
    "pug-lint-config-clock": "^1.1.0",
    "rimraf": "^2.5.2",
    "sinon": "^1.17.2",
    "xo": "^0.15.1",
    "yeoman-generator": "^0.23.3",
    "yo": "^1.8.4"
  },
  "xo": {
    "space": true,
    "envs": [
      "node",
      "mocha"
    ],
    "ignores": [
      "generators/*-templates/**"
    ]
  }
}
