{
  "name": "smoother",
  "version": "0.16.0",
  "description": "Smoother is a Sass (SCSS) library of simple-to-use functions & mixins that aid your front-end development experience by serving up workflow enhancing utilities along with production ready animations and element styles.",
  "main": "src/smthr/_smth.scss",
  "directories": {
    "src": "src",
    "test": "test"
  },
  "files": [
    "src/betterize/*.scss",
    "src/smthr/functions/*.scss",
    "src/smthr/mixins/animations/*.scss",
    "src/smthr/mixins/shapes/*.scss",
    "src/smthr/mixins/utilities/*.scss",
    "src/smthr/mixins/_index.scss",
    "src/smthr/variables/*.scss",
    "src/smthr/_smth.scss",
    "test/css/main.css",
    "test/css/main.css.map",
    "test/sass/base/*.scss",
    "test/sass/components/*.scss",
    "test/sass/layout/*.scss",
    "test/sass/pages/*.scss",
    "test/sass/themes/*.scss",
    "test/sass/utilities/*.scss",
    "test/sass/vendors/README.txt",
    "test/sass/main.scss",
    "test/*.html",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "test": "cp -r src/{betterize,smthr} test/sass/vendors/ && sass --watch --update --no-trace --no-quiet --fatal-deprecation=slash-div,function-units,bogus-combinators,new-global,color-module-compat,elseif,call-string,duplicate-var-flags --style=expanded test/sass/main.scss:test/css/main.css",
    "copy-to-test": "cp -r src/{betterize,smthr} test/sass/vendors/",
    "make-sassdoc": "sassdoc src/smthr --dest=docs",
    "sassdoc-gh": "sassdocify src/smthr",
    "push-sassdoc-gh": "cd .pages && git push -u origin gh-pages --force"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenmirving/smthr.git"
  },
  "keywords": [
    "animations",
    "library",
    "transitions",
    "scss",
    "sass",
    "css",
    "normalize",
    "betterize",
    "clip-path",
    "generator",
    "responsive",
    "mixins",
    "functions",
    "utilities",
    "calculations",
    "conversions",
    "lists",
    "maps",
    "colors",
    "calculations",
    "ui",
    "ux",
    "shadow",
    "effects",
    "smooth",
    "smoother",
    "smthr",
    "smth"
  ],
  "author": "Stephen M Irving <@metric_dev stephenmichaelirving@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stephenmirving/smthr/issues"
  },
  "homepage": "https://github.com/stephenmirving/smthr#readme",
  "devDependencies": {
    "postcss": "^8.4.38",
    "postcss-cli": "^11.0.0",
    "postcss-scss": "^4.0.9",
    "postcss-sorting": "^8.0.2",
    "prettier": "^3.2.5",
    "sass": "^1.72.0",
    "sass-embedded": "^1.72.0",
    "stylelint": "^16.3.1",
    "stylelint-config-clean-order": "^5.4.1",
    "stylelint-config-recommended": "^14.0.0",
    "stylelint-config-recommended-scss": "^14.0.0",
    "stylelint-config-standard": "^36.0.0",
    "stylelint-config-standard-scss": "^13.0.0",
    "stylelint-group-selectors": "^1.0.10",
    "stylelint-high-performance-animation": "^1.10.0",
    "stylelint-order": "^6.0.4",
    "stylelint-prettier": "^5.0.0",
    "stylelint-rem-over-px": "^1.0.1",
    "stylelint-scss": "^6.2.1"
  }
}
