UNPKG

uba-bootstrap-theme

Version:
40 lines (39 loc) 1.09 kB
{ "name": "uba-bootstrap-theme", "version": "0.3.1", "description": "UBA branded Bootstrap 5 theme", "scripts": { "dist": "./scripts/dist", "start": "npm-run-all --parallel server-watch compile-watch", "server-watch": "live-server ./documentation", "compile": "faucet", "compile-watch": "faucet --watch --config=faucet.config.dev.js", "install-docs": "./scripts/docs", "test": "sass-lint -v -q" }, "repository": { "type": "git", "url": "git+https://github.com/innoq/uba-bootstrap-theme.git" }, "keywords": [ "UBA", "Bootstrap", "Theme" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/innoq/uba-bootstrap-theme/issues" }, "homepage": "https://github.com/innoq/uba-bootstrap-theme#readme", "style": "dist/css/uba-bootstrap-theme.css", "sass": "src/styles/index.scss", "devDependencies": { "faucet-pipeline-sass": "^1.8.0", "faucet-pipeline-static": "^2.1.0", "live-server": "^1.2.2", "npm-run-all": "^4.1.5", "sass-lint": "^1.13.1" }, "dependencies": {} }