{
  "name": "ecc-gulp-tasks",
  "version": "3.12.0",
  "description": "A set of common gulp tasks for front-end development.",
  "main": "index.js",
  "author": "eccenca GmbH <opensource@eccenca.com> (http://eccenca.com)",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/eccenca/ecc-gulp-tasks.git"
  },
  "scripts": {
    "init": "ecc-link-dotfiles",
    "test": "gulp test",
    "prepare": "npm run init && gulp updateREADME",
    "eslint-check": "eslint --print-config .eslintrc.yml && eslint --print-config .eslintrc.yml | eslint-config-prettier-check",
    "lint": "eslint --ignore-path .gitignore --ignore-path .eslintignore '**/*.{js,jsx}' --fix",
    "precommit": "lint-staged",
    "start": "echo ''",
    "docs": "gulp docs"
  },
  "dependencies": {
    "ajv": "^5.3.0",
    "autoprefixer": "^6.6.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
    "babel-plugin-transform-es3-property-literals": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.3.13",
    "babel-preset-eccenca": "^2.0.1",
    "babel-runtime": "^6.26.0",
    "body-parser": "^1.18.2",
    "case-sensitive-paths-webpack-plugin": "^2.1.1",
    "clean-webpack-plugin": "^0.1.17",
    "copy-webpack-plugin": "^4.2.0",
    "css-loader": "^0.28.7",
    "cssnano": "^3.7.5",
    "ecc-license-checker": "^2.6.2",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-config-prettier": "^2.6.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-prettier": "^2.3.1",
    "eslint-plugin-react": "^7.4.0",
    "express": "^4.16.2",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.5",
    "fs-extra": "^4.0.2",
    "globby": "^6.1.0",
    "gulp": "^3.9.0",
    "gulp-change": "^1.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-eslint": "^3.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-spawn-mocha": "^3.3.1",
    "gulp-util": "^3.0.8",
    "html-webpack-plugin": "^2.30.1",
    "husky": "^0.14.3",
    "istanbul": "^0.4.5",
    "jsdoc-to-markdown": "^3.0.0",
    "json-loader": "^0.5.7",
    "lint-staged": "^4.3.0",
    "lodash": "^4.17.4",
    "method-override": "^2.3.10",
    "mocha": "^3.4.2",
    "node-sass": "^4.5.3",
    "optimize-css-assets-webpack-plugin": "^3.2.0",
    "postcss-loader": "^2.0.8",
    "prettier": "^1.7.4",
    "raw-loader": "^0.5.1",
    "react-docgen": "^2.17.0",
    "sass-loader": "^6.0.6",
    "sassyjson": "^1.1.8",
    "semver": "^5.4.1",
    "slash": "^1.0.0",
    "style-loader": "^0.19.0",
    "text-table": "^0.2.0",
    "through2": "^2.0.3",
    "url-loader": "^0.6.2",
    "webpack": "^3.8.1",
    "webpack-sources": "^1.0.1",
    "yaml-loader": "^0.5.0"
  },
  "peerDependencies": {
    "ecc-dotfiles": "^2.1.0"
  },
  "devDependencies": {
    "del": "^3.0.0",
    "diff": "^3.4.0",
    "ecc-dotfiles": "^2.1.0",
    "should": "^11.1.0"
  },
  "bugs": {
    "url": "https://github.com/eccenca/ecc-gulp-tasks/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "lint-staged": {
    "*.{js,jsx}": "eslint"
  }
}
