{
  "name": "htmlint",
  "version": "0.0.7",
  "description": "HTML(l)int - Lints HTML templates",
  "engines": {
    "node": ">=10.0"
  },
  "main": "index.js",
  "bin": {
    "htmlint": "./cli.js"
  },
  "scripts": {
    "test": "node node_modules/jasmine/bin/jasmine",
    "eslint": "eslint --ext .js src/ spec/ ./",
    "test:watch": "chokidar 'spec/**/*_spec.js' -c 'npm test --silent'"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:panter/htmlint.git"
  },
  "author": "Falko Schmidt <scf@panter.ch>",
  "license": "ISC",
  "dependencies": {
    "commander": "^2.15.1",
    "parse5-sax-parser": "5.0.0"
  },
  "devDependencies": {
    "chokidar": "^2.0.3",
    "chokidar-cli": "^2.0.0",
    "eslint": "^5.16.0",
    "jasmine": "^3.1.0"
  }
}
