{
  "name": "bootswatch",
  "description": "Bootswatch is a collection of themes for Bootstrap.",
  "version": "4.6.2",
  "author": "Thomas Park",
  "homepage": "https://bootswatch.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thomaspark/bootswatch.git"
  },
  "bugs": {
    "url": "https://github.com/thomaspark/bootswatch/issues"
  },
  "scripts": {
    "build": "grunt swatch",
    "docs": "grunt docs",
    "htmllint": "grunt htmllint",
    "stylelint": "stylelint \"**/*.scss\" --rd",
    "release": "grunt release",
    "test": "npm run stylelint"
  },
  "files": [
    "dist/**/*.{css,scss}"
  ],
  "devDependencies": {
    "@lodder/grunt-postcss": "^3.1.0",
    "autoprefixer": "^10.4.7",
    "bootstrap": "^4.6.2",
    "font-awesome": "^4.7.0",
    "grunt": "^1.5.3",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^2.0.0",
    "grunt-contrib-connect": "^3.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^4.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-html": "^15.1.0",
    "grunt-sass": "^3.1.0",
    "jquery": "^3.5.1",
    "node-sass": "^7.0.1",
    "postcss": "^8.4.14",
    "stylelint": "^13.13.1",
    "stylelint-config-twbs-bootstrap": "^2.2.4"
  }
}
