{
  "name": "bootstrap-custom",
  "version": "2.1.0",
  "description": "Project template for creating custom bootstrap projects",
  "devDependencies": {
    "del": "^5.1.0",
    "gulp": "^4.0.2",
    "gulp-rollup-bootstrap-custom": "^1.0.0"
  },
  "main": "gulpfile.js",
  "scripts": {
    "buildCss": "gulp buildCss",
    "buildJs": "gulp buildJs",
    "buildLibs": "gulp buildLibs",
    "build": "gulp build",
    "cleanCss": "gulp cleanCss",
    "cleanJs": "gulp cleanJs",
    "cleanLibs": "gulp cleanLibs",
    "clean": "gulp clean",
    "watchCss": "gulp watchCss",
    "watchJs": "gulp watchJs",
    "watch": "gulp watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FpRezDev/bootstrap-custom.git"
  },
  "keywords": [
    "bootstrap",
    "custom"
  ],
  "author": "FpRezDev <fprez.developer@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FpRezDev/bootstrap-custom/issues"
  },
  "homepage": "https://github.com/FpRezDev/bootstrap-custom#readme"
}
