UNPKG

@betha-plataforma/theme-bootstrap4

Version:
41 lines (40 loc) 1.18 kB
{ "name": "@betha-plataforma/theme-bootstrap4", "version": "1.2.2", "description": "Tema do Design System Betha para Bootstrap 4", "main": "dist/theme-bootstrap4.css", "unpkg": "dist/theme-bootstrap4.min.css", "files": [ "dist/" ], "devDependencies": { "npm-run-all": "^4.1.5", "sass": "^1.26.10" }, "scripts": { "start": "sass --watch src/all.scss dist/theme-bootstrap4.css", "build": "run-s build:*", "build:compressed": "sass src/all.scss:dist/theme-bootstrap4.min.css --style=compressed", "build:expanded": "sass src/all.scss:dist/theme-bootstrap4.css --style=expanded" }, "repository": { "type": "git", "url": "git+https://github.com/betha-plataforma/theme-bootstrap4.git" }, "keywords": [ "bootstrap theme", "design system betha", "plataforma", "betha cloud" ], "author": { "name": "Plataforma Betha Cloud", "email": "ti.plataforma@betha.com.br", "url": "https://plataforma.betha.cloud/" }, "license": "MIT", "bugs": { "url": "https://github.com/betha-plataforma/theme-bootstrap4/issues" }, "homepage": "https://github.com/betha-plataforma/theme-bootstrap4#readme" }