{ "name": "innoq-bootstrap-theme", "version": "1.0.0", "description": "INNOQ branded Bootstrap 4 theme for internal use", "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'", "docs:install": "./scripts/docs", "test": "sass-lint -v -q", "release": "release-it", "release-dry": "release-it --dry-run --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/innoq/innoq-bootstrap-theme.git" }, "keywords": [ "INNOQ", "Bootstrap", "Theme" ], "author": "roman.stranghoener@innoq.com", "license": "MIT", "bugs": { "url": "https://github.com/innoq/innoq-bootstrap-theme/issues" }, "homepage": "https://github.com/innoq/innoq-bootstrap-theme#readme", "style": "dist/css/innoq-bootstrap-theme.css", "sass": "src/styles/index.scss", "devDependencies": { "live-server": "^1.2.1", "npm-run-all": "^4.1.5", "release-it": "^14.4.0", "sass-lint": "^1.13.1" }, "dependencies": { "bootstrap": "^4.6.0", "faucet-pipeline-core": "^1.5.0", "faucet-pipeline-js": "^2.1.7", "faucet-pipeline-sass": "^1.4.0", "faucet-pipeline-static": "^1.2.0", "innoq-styleguide": "^5.2.6" }, "hugo-bin": { "buildTags": "extended" }, "engines": { "node": ">=10.0.0 <15.0.0" } }