{
  "name": "flavor-scss",
  "version": "1.10.0",
  "description": "Flavor SCSS - Advanced type checking Sass/SCSS Framework with Mixins & Helpers and a fully customizable Grid System",
  "main": "scss/flavor.scss",
  "scripts": {
    "changelog": "changelog && echo 'CHANGELOG.md file built' || echo 'CHANGELOG.md building error'",
    "readme": "pkg-2-readme package.json > README.md -t \"./pkg-2-readme.template.md\" && echo 'README.md file built' || echo 'README.md building error'",
    "docs": "sassdoc scss && echo 'docs built' || echo 'docs building error'",
    "docs:serve": "browser-sync start --config bs-config.js & node-sass-watcher ./src/scss/flavor.scss -c 'yarn docs' && fg",
    "git-prepare": "yarn changelog && yarn readme && yarn docs",
    "test": "sass-lint -c scss-lint.yml -v -q && echo 'scss lint ok' || echo 'scss lint error'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blackmirror1980/flavor-scss.git"
  },
  "keywords": [
    "flavor",
    "sass",
    "scss",
    "mixins",
    "functions",
    "helpers",
    "framework",
    "grid system"
  ],
  "author": "Black Mirror",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blackmirror1980/flavor-scss/issues"
  },
  "homepage": "https://blackmirror1980.github.io/flavor-scss",
  "documentation": "https://blackmirror1980.github.io/flavor-scss/index.html",
  "devDependencies": {
    "merge": "^1.2.1",
    "minimatch": "^3.0.4",
    "pkg-2-readme": "0.0.6",
    "sass-lint": "^1.13.1",
    "sassdoc": "^2.7.1",
    "node-sass": "^4.13.0"
  },
  "dependencies": {}
}