{
  "name": "@emmetio/html-matcher",
  "version": "0.3.3",
  "description": "Minimalistic and ultra-fast HTML parser & matcher",
  "main": "dist/html-matcher.cjs.js",
  "module": "dist/html-matcher.es.js",
  "devDependencies": {
    "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
    "babel-register": "^6.23.0",
    "htmlparser-benchmark": "^1.1.3",
    "htmlparser2": "^3.9.2",
    "mocha": "^3.2.0",
    "rollup": "^0.41.6",
    "rollup-watch": "^3.2.2"
  },
  "scripts": {
    "test": "mocha",
    "build": "rollup -c",
    "watch": "rollup -wc",
    "prepublish": "npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emmetio/html-matcher.git"
  },
  "keywords": [],
  "author": "Sergey Chikuyonok <serge.che@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/emmetio/html-matcher/issues"
  },
  "homepage": "https://github.com/emmetio/html-matcher#readme",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@emmetio/stream-reader": "^2.0.0",
    "@emmetio/stream-reader-utils": "^0.1.0"
  }
}
