{
  "name": "sage",
  "version": "9.0.9",
  "author": "Roots <team@roots.io>",
  "homepage": "https://roots.io/sage/",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/roots/sage.git"
  },
  "bugs": {
    "url": "https://github.com/roots/sage/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "browserslist": [
    "last 2 versions",
    "android 4",
    "opera 12"
  ],
  "stylelint": {
    "extends": "stylelint-config-standard",
    "rules": {
      "no-empty-source": null,
      "at-rule-no-unknown": null,
      "at-rule-blacklist": null,
      "at-rule-empty-line-before": null,
      "at-rule-name-case": null,
      "at-rule-name-newline-after": null,
      "at-rule-name-space-after": null,
      "at-rule-no-vendor-prefix": null,
      "at-rule-semicolon-newline-after": null,
      "at-rule-semicolon-space-before": null,
      "at-rule-whitelist": null,
      "block-closing-brace-empty-line-before": null,
      "block-closing-brace-newline-after": null,
      "block-closing-brace-newline-before": null,
      "block-closing-brace-space-after": null,
      "block-closing-brace-space-before": null,
      "block-no-empty": null,
      "block-opening-brace-newline-after": null,
      "block-opening-brace-newline-before": null,
      "block-opening-brace-space-after": null,
      "block-opening-brace-space-before": null,
      "color-hex-case": null,
      "color-hex-length": null,
      "color-named": null,
      "color-no-hex": null,
      "color-no-invalid-hex": null,
      "comment-empty-line-before": null,
      "comment-no-empty": null,
      "comment-whitespace-inside": null,
      "comment-word-blacklist": null,
      "custom-media-pattern": null,
      "custom-property-empty-line-before": null,
      "custom-property-pattern": null,
      "declaration-bang-space-after": null,
      "declaration-bang-space-before": null,
      "declaration-block-no-duplicate-properties": null,
      "declaration-block-no-redundant-longhand-properties": null,
      "declaration-block-no-shorthand-property-overrides": null,
      "declaration-block-semicolon-newline-after": null,
      "declaration-block-semicolon-newline-before": null,
      "declaration-block-semicolon-space-after": null,
      "declaration-block-semicolon-space-before": null,
      "declaration-block-single-line-max-declarations": null,
      "declaration-block-trailing-semicolon": null,
      "declaration-colon-newline-after": null,
      "declaration-colon-space-after": null,
      "declaration-colon-space-before": null,
      "declaration-empty-line-before": null,
      "declaration-no-important": null,
      "declaration-property-unit-blacklist": null,
      "declaration-property-unit-whitelist": null,
      "declaration-property-value-blacklist": null,
      "declaration-property-value-whitelist": null,
      "font-family-name-quotes": null,
      "font-family-no-duplicate-names": null,
      "font-weight-notation": null,
      "function-blacklist": null,
      "function-calc-no-unspaced-operator": null,
      "function-comma-newline-after": null,
      "function-comma-newline-before": null,
      "function-comma-space-after": null,
      "function-comma-space-before": null,
      "function-linear-gradient-no-nonstandard-direction": null,
      "function-max-empty-lines": null,
      "function-name-case": null,
      "function-parentheses-newline-inside": null,
      "function-parentheses-space-inside": null,
      "function-url-no-scheme-relative": null,
      "function-url-quotes": null,
      "function-url-scheme-blacklist": null,
      "function-url-scheme-whitelist": null,
      "function-whitelist": null,
      "function-whitespace-after": null,
      "indentation": null,
      "keyframe-declaration-no-important": null,
      "length-zero-no-unit": null,
      "max-empty-lines": null,
      "max-line-length": null,
      "max-nesting-depth": null,
      "media-feature-colon-space-after": null,
      "media-feature-colon-space-before": null,
      "media-feature-name-blacklist": null,
      "media-feature-name-case": null,
      "media-feature-name-no-unknown": null,
      "media-feature-name-no-vendor-prefix": null,
      "media-feature-name-whitelist": null,
      "media-feature-parentheses-space-inside": null,
      "media-feature-range-operator-space-after": null,
      "media-feature-range-operator-space-before": null,
      "media-query-list-comma-newline-after": null,
      "media-query-list-comma-newline-before": null,
      "media-query-list-comma-space-after": null,
      "media-query-list-comma-space-before": null,
      "no-descending-specificity": null,
      "no-duplicate-selectors": null,
      "no-eol-whitespace": null,
      "no-extra-semicolons": null,
      "no-invalid-double-slash-comments": null,
      "no-missing-end-of-source-newline": null,
      "no-unknown-animations": null,
      "number-leading-zero": null,
      "number-max-precision": null,
      "number-no-trailing-zeros": null,
      "property-blacklist": null,
      "property-case": null,
      "property-no-unknown": null,
      "property-no-vendor-prefix": null,
      "property-whitelist": null,
      "rule-empty-line-before": null,
      "selector-attribute-brackets-space-inside": null,
      "selector-attribute-operator-blacklist": null,
      "selector-attribute-operator-space-after": null,
      "selector-attribute-operator-space-before": null,
      "selector-attribute-operator-whitelist": null,
      "selector-attribute-quotes": null,
      "selector-class-pattern": null,
      "selector-combinator-space-after": null,
      "selector-combinator-space-before": null,
      "selector-descendant-combinator-no-non-space": null,
      "selector-id-pattern": null,
      "selector-list-comma-newline-after": null,
      "selector-list-comma-newline-before": null,
      "selector-list-comma-space-after": null,
      "selector-list-comma-space-before": null,
      "selector-max-attribute": null,
      "selector-max-class": null,
      "selector-max-combinators": null,
      "selector-max-compound-selectors": null,
      "selector-max-empty-lines": null,
      "selector-max-id": null,
      "selector-max-specificity": null,
      "selector-max-type": null,
      "selector-max-universal": null,
      "selector-nested-pattern": null,
      "selector-no-qualifying-type": null,
      "selector-no-vendor-prefix": null,
      "selector-pseudo-class-blacklist": null,
      "selector-pseudo-class-case": null,
      "selector-pseudo-class-no-unknown": null,
      "selector-pseudo-class-parentheses-space-inside": null,
      "selector-pseudo-class-whitelist": null,
      "selector-pseudo-element-case": null,
      "selector-pseudo-element-colon-notation": null,
      "selector-pseudo-element-no-unknown": null,
      "selector-type-case": null,
      "selector-type-no-unknown": null,
      "shorthand-property-no-redundant-values": null,
      "string-no-newline": null,
      "string-quotes": null,
      "time-min-milliseconds": null,
      "unit-blacklist": null,
      "unit-case": null,
      "unit-no-unknown": null,
      "unit-whitelist": null,
      "value-keyword-case": null,
      "value-list-comma-newline-after": null,
      "value-list-comma-newline-before": null,
      "value-list-comma-space-after": null,
      "value-list-comma-space-before": null,
      "value-list-max-empty-lines": null,
      "value-no-vendor-prefix": null
    }
  },
  "scripts": {
    "build": "webpack --progress --config resources/assets/build/webpack.config.js",
    "build:production": "webpack --env.production --progress --config resources/assets/build/webpack.config.js",
    "build:profile": "webpack --progress --profile --json --config resources/assets/build/webpack.config.js",
    "start": "webpack --hide-modules --watch --config resources/assets/build/webpack.config.js",
    "rmdist": "rimraf dist",
    "lint": "npm run -s lint:scripts && npm run -s lint:styles",
    "lint:scripts": "eslint resources/assets/scripts resources/assets/build",
    "lint:styles": "stylelint \"resources/assets/styles/**/*.{css,sass,scss,sss,less}\"",
    "test": "npm run -s lint"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "devDependencies": {
    "autoprefixer": "~8.2.0",
    "browser-sync": "~2.24.7",
    "browsersync-webpack-plugin": "^0.6.0",
    "bs-html-injector": "~3.0",
    "buble-loader": "^0.4.1",
    "cache-loader": "~1.2.5",
    "clean-webpack-plugin": "^0.1.18",
    "copy-globs-webpack-plugin": "^0.2.0",
    "css-loader": "^0.28.9",
    "cssnano": "~4.0.5",
    "eslint": "~4.19.1",
    "eslint-loader": "~1.9",
    "eslint-plugin-import": "~2.14.0",
    "extract-text-webpack-plugin": "~3.0.2",
    "file-loader": "^1.1.6",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "imagemin-mozjpeg": "~7.0.0",
    "imagemin-webpack-plugin": "~2.2.0",
    "import-glob": "~1.5",
    "node-sass": "~4.9.4",
    "postcss-loader": "~2.1.0",
    "postcss-safe-parser": "~3.0",
    "resolve-url-loader": "~2.3.1",
    "rimraf": "~2.6",
    "sass-loader": "~6.0",
    "style-loader": "^0.22.1",
    "stylelint": "^8.4.0",
    "stylelint-config-standard": "~18.2.0",
    "stylelint-webpack-plugin": "^0.10.5",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "url-loader": "^0.6.2",
    "webpack": "~3.10.0",
    "webpack-assets-manifest": "^1.0.0",
    "webpack-dev-middleware": "~2.0.4",
    "webpack-hot-middleware": "~2.22.3",
    "webpack-merge": "~4.1.4",
    "yargs": "~11.0.0"
  },
  "dependencies": {
    "foundation-sites": "~6.4",
    "jquery": "^3.3.1",
    "swiper": "^4.5.0"
  }
}
