UNPKG

@front10/bootstrap

Version:

Style library based on bootstrap

38 lines (37 loc) 1.03 kB
{ "name": "@front10/bootstrap", "version": "2.2.16", "description": "Style library based on bootstrap", "main": "index.js", "homepage": "https://cdn.front10.com/", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "gulp compile-themes && gulp compile-themes-rtl ", "build-bootstrap4": "gulp compile-themes-bootstrap4 && gulp compile-themes-rtl-bootstrap4" }, "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" }, "dependencies": { "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" } }