{
  "name": "parcel-plugin-html-externals",
  "version": "0.3.0",
  "description": "ParcelJS plugin to ignore certain script and stylesheet link tags in html files marked as externals",
  "repository": {
    "type": "git",
    "url": "https://github.com/stoically/parcel-plugin-html-externals.git"
  },
  "main": "src/index.js",
  "author": "stoically <stoically@protonmail.com>",
  "license": "MIT",
  "scripts": {
    "lint": "eslint ."
  },
  "dependencies": {
    "minimatch": "^3.0.4"
  },
  "devDependencies": {
    "eslint": "^7.25.0"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
