{
  "name": "bootswatch",
  "description": "Bootswatch is a collection of themes for Bootstrap.",
  "version": "4.6.0",
  "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",
    "htmllint": "grunt htmllint",
    "stylelint": "stylelint \"**/*.scss\" --rd",
    "test": "npm run stylelint"
  },
  "files": "dist/**/*.{css,scss}",
  "dependencies": {}
}
