{
  "name": "iamnewton-scss-utils",
  "author": "Newton Koumantzelis",
  "description": "A set of SCSS utilities.",
  "homepage": "https://iamnewton.github.io/scss-utils",
  "version": "1.3.1",
  "main": "src/_index.scss",
  "files": [
    "src"
  ],
  "repository": "iamnewton/scss-utils",
  "bugs": "https://github.com/iamnewton/scss-utils/issues",
  "license": "MIT",
  "release": {
    "extends": "@jedmao/semantic-release-npm-github-config",
    "branch": "master"
  },
  "stylelint": {
    "extends": "stylelint-config-iamnewton"
  },
  "scripts": {
    "docs": "sassdoc src --dest docs",
    "lint": "stylelint src/**/*.scss",
    "test": "mocha",
    "semantic-release": "semantic-release"
  },
  "devDependencies": {
    "@jedmao/semantic-release-npm-github-config": "^1.0.9",
    "mocha": "^7.0.0",
    "node-sass": "^4.12.0",
    "sass-true": "^5.0.0",
    "sassdoc": "^2.7.0",
    "semantic-release": "^16.0.3",
    "stylelint": "^10.0.1",
    "stylelint-config-iamnewton": "latest"
  }
}
