UNPKG

@front10/bootstrap

Version:

Style library based on bootstrap

41 lines (40 loc) 1.47 kB
{ "name": "@front10/bootstrap", "version": "2.10.1", "description": "Style library based on bootstrap", "main": "index.js", "homepage": "https://cdn.front10.com/", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run copy && gulp compile-themes && gulp compile-themes-rtl && gulp compile-themes-bootstrap4 && gulp compile-themes-rtl-bootstrap4", "build-em": "npm run copy && gulp compile-themes && gulp compile-themes-rtl && gulp compile-themes-bootstrap4 && gulp compile-themes-rtl-bootstrap4 && gulp compile-themes-bootstrap4-em && gulp compile-themes-rtl-bootstrap4-em", "copy": "rm -rf public && mkdir -p public/bootstrap4 && mkdir -p public/bootstrap4-em && cp -r fonts public/", "ci:deploy:prod": "now -A prod.now.json --prod --token=$NOW_TOKEN", "prepare": "npm run build-em" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/front10-devs/front10-bootstrap.git" }, "keywords": [ "front10", "bootstrap", "style" ], "author": "front10-dev", "license": "MIT", "bugs": { "url": "https://gitlab.com/front10-devs/front10-bootstrap/issues" }, "devDependencies": { "bootstrap": "^4.2.1", "gulp": "^4.0.0", "gulp-class-prefix": "^1.0.1", "gulp-clean-css": "^4.0.0", "gulp-cssimport": "^7.0.0", "gulp-rename": "^1.4.0", "gulp-rtlcss": "^1.3.0", "gulp-sass": "^4.0.2", "node-sass-tilde-importer": "^1.0.2" } }