bootstrap-4-grid-styl
Version:
Bootstrap 4 grid system and layout utilities using Stylus
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "bootstrap-4-grid-styl",
"version": "1.0.4",
"description": "Bootstrap 4 grid system and layout utilities using Stylus",
"main": "css/grid.min.css",
"scripts": {
"start": "gulp",
"build": "gulp build",
"production": "gulp build --production"
},
"repository": {
"type": "git",
"url": "https://github.com/Inshou/bootstrap-4-grid-styl"
},
"keywords": [
"gulp",
"bootstrap",
"stylus",
"grid",
"flex"
],
"author": "Pavel Chernyshev <inshou@gmail.com>",
"contributors": [
"Sergey Levchenko (https://github.com/nuykon)",
"PR.Sape (http://pr.sape.ru)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Inshou/bootstrap-4-grid-styl/issues"
},
"homepage": "",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-csso": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylus": "^2.7.0",
"yargs": "^12.0.2"
}
}