{ "name": "bootstrap-icons", "version": "1.0.0-alpha4", "description": "Official open source SVG icon library for Bootstrap", "author": "mdo", "license": "MIT", "homepage": "https://icons.getbootstrap.com/", "repository": { "type": "git", "url": "git+https://github.com/twbs/icons.git" }, "bugs": { "url": "https://github.com/twbs/icons/issues" }, "keywords": [ "bootstrap", "icons" ], "scripts": { "start": "npm run docs-serve", "docs-serve": "hugo server --port 4000 --disableFastRender", "docs-build": "hugo --cleanDestinationDir", "docs-purge": "npm run docs-build && npx purgecss --css docs/static/assets/css/bootstrap.min.css --content _site/**/*.html,_site/index.html --output docs/static/assets/css/", "pages": "node build/build-pages.js", "icons": "node build/build-svgs.js", "icons-zip": "cross-env-shell \"shx rm -rf bootstrap-icons-$npm_package_version && shx cp -r icons/ bootstrap-icons-$npm_package_version && zip -r9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && shx rm -rf bootstrap-icons-$npm_package_version\"", "icons-sprite": "svg-sprite --svg-namespace-classnames false --symbol --symbol-dest . --symbol-sprite bootstrap-icons.svg icons/*.svg", "publish": "npm-run-all icons icons-sprite docs-build icons-zip", "netlify": "npm-run-all icons docs-build", "test:fusv": "fusv docs/assets/scss/", "test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .", "test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache", "test:linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"", "test:vnu": "node build/vnu-jar.js", "test": "npm-run-all docs-build --parallel test:*" }, "dependencies": {}, "devDependencies": { "autoprefixer": "^9.8.0", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.3", "cross-env": "^7.0.2", "eslint": "^7.2.0", "find-unused-sass-variables": "^2.0.0", "hugo-bin": "^0.60.0", "js-yaml": "^3.14.0", "linkinator": "^2.1.1", "npm-run-all": "^4.1.5", "postcss-cli": "^7.1.1", "purgecss": "^2.3.0", "shx": "^0.3.2", "stylelint": "^13.6.0", "stylelint-config-twbs-bootstrap": "^2.0.3", "svg-sprite": "^1.5.0", "svgo": "^1.3.2", "vnu-jar": "20.5.29" }, "engines": { "node": ">=10" }, "files": [ "icons/*.svg", "bootstrap-icons.svg" ], "hugo-bin": { "buildTags": "extended" } }