{
  "name": "bootstrap-ie11",
  "version": "5.3.7",
  "description": "Bootstrap 5 for Internet Explorer 11",
  "keywords": [
    "bootstrap",
    "css",
    "ie",
    "internet-explorer",
    "polyfill"
  ],
  "homepage": "https://github.com/coliff/bootstrap-ie11#readme",
  "bugs": {
    "url": "https://github.com/coliff/bootstrap-ie11/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coliff/bootstrap-ie11.git"
  },
  "funding": {
    "type": "PayPal",
    "url": "https://paypal.me/coliff"
  },
  "license": "MIT",
  "author": "Christian Oliff (https://christianoliff.com)",
  "main": "css/bootstrap-ie11.min.css",
  "files": [
    "css/*",
    "LICENSE",
    "package.json",
    "README.md",
    "scss/*"
  ],
  "scripts": {
    "build": "npm-run-all css-lint css-compile css-minify",
    "css": "npm-run-all css-lint css-compile css-minify",
    "css-compile": "sass --style expanded --source-map --embed-sources scss:css",
    "css-lint": "stylelint \"scss/*.scss\" --fix -f verbose",
    "css-minify": "cleancss --format breakWith=lf --source-map --source-map-inline-sources --output css/bootstrap-ie11.min.css css/bootstrap-ie11.css",
    "html-lint": "htmlhint \"tests/*.html\"",
    "pa11y": "npx pa11y https://coliff.github.io/bootstrap-ie11/tests/",
    "prettier": "npx prettier@latest --write \"**/*.{json,md,yml}\"",
    "serve": "npx http-server -o /tests/index.html -p 8080 -c-1",
    "spellcheck": "npx cspell \"**/*.*\" --no-progress",
    "test": "npm run css-lint && npm run html-lint"
  },
  "config": {
    "version_short": "5.3"
  },
  "devDependencies": {
    "clean-css-cli": "4.3.0",
    "htmlhint": "^1.6.3",
    "npm-run-all": "4.1.5",
    "sass": "1.79.4",
    "stylelint": "16.23.1",
    "stylelint-config-twbs-bootstrap": "16.1.0"
  },
  "sass": "scss/bootstrap-ie11.scss",
  "volta": {
    "node": "20.19.4"
  }
}
