UNPKG

bootstrap-ie11

Version:

Bootstrap 5 for Internet Explorer 11

62 lines (61 loc) 1.84 kB
{ "name": "bootstrap-ie11", "version": "5.3.5", "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": "npx htmlhint \"tests/*.html\"", "pa11y": "npx pa11y https://coliff.github.io/bootstrap-ie11/tests/", "prettier": "npx prettier@3.5.3 --write \"**/*.{json,md,scss,yml}\"", "serve": "npx http-server -o /tests/index.html -p 8080 -c-1", "spellcheck": "npx cspell \"**/*.*\" --no-progress", "test": "npm run css-lint" }, "config": { "version_short": "5.3" }, "devDependencies": { "clean-css-cli": "4.3.0", "npm-run-all": "4.1.5", "sass": "1.79.4", "stylelint": "16.18.0", "stylelint-config-twbs-bootstrap": "16.0.0" }, "sass": "scss/bootstrap-ie11.scss", "volta": { "node": "20.19.0" } }