{
  "name": "mi-htmljs-parser",
  "description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
  "keywords": [
    "HTML",
    "parser",
    "JavaScript",
    "expressions",
    "browser",
    "server",
    "nodejs",
    "template",
    "compiler"
  ],
  "main": "index.js",
  "scripts": {
    "test": "npm run mocha && npm run jshint",
    "mocha": "node_modules/.bin/mocha --ui bdd --reporter spec ./test",
    "jshint": "node_modules/.bin/jshint *.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/philidem/htmljs-parser.git"
  },
  "author": "Phillip Gates-Idem <phillip.idem@gmail.com>",
  "maintainers": "Phillip Gates-Idem <phillip.idem@gmail.com>",
  "dependencies": {
    "char-props": "^0.1.5",
    "complain": "^1.0.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7.12.5",
    "chai": "^4.0.0",
    "colors": "^1.1.2",
    "jshint": "^2.8.0",
    "mocha": "^4.0.0",
    "mocha-autotest": "^1.0.3"
  },
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "version": "2.11.4"
}
