{
  "name": "gulp-pipes",
  "version": "0.1.7",
  "description": "Opinionated reusable Gulp pipes for handling CSS, JS, HTML, image files and more",
  "main": "src/index.js",
  "files": [
    "src"
  ],
  "scripts": {
    "test": "mocha test/lint.js && istanbul cover ./node_modules/mocha/bin/_mocha -- -r test/setup.js test/**/*.spec.js",
    "coverage": "google-chrome ./coverage/lcov-report/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rstoenescu/gulp-pipes.git"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "pipe",
    "css",
    "js",
    "javascript",
    "html",
    "image",
    "gif",
    "png",
    "svg",
    "jpg",
    "banner"
  ],
  "author": "Razvan Stoenescu <razvan.stoenescu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rstoenescu/gulp-pipes/issues"
  },
  "homepage": "https://github.com/rstoenescu/gulp-pipes#readme",
  "dependencies": {
    "autoprefixer-stylus": "^0.9.2",
    "eslint": "^2.2.0",
    "eslint-config-defaults": "^9.0.0",
    "find-root": "^1.0.0",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0",
    "gulp-css-base64": "^1.3.2",
    "gulp-cssnano": "^2.1.1",
    "gulp-eslint": "^2.0.0",
    "gulp-file-include": "^0.13.7",
    "gulp-header": "^1.7.1",
    "gulp-html5-lint": "^1.0.1",
    "gulp-htmlmin": "^1.2.0",
    "gulp-imagemin": "^2.4.0",
    "gulp-load-plugins": "^1.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-stylint": "^3.0.0",
    "gulp-stylus": "^2.3.0",
    "gulp-uglify": "^1.5.3",
    "imagemin-pngquant": "^4.2.2",
    "lazypipe": "^1.0.1",
    "merge": "^1.2.0",
    "raw-loader": "^0.5.1",
    "require-dir": "^0.3.0",
    "through2": "^2.0.1",
    "vinyl-named": "^1.1.0",
    "vinyl-named-with-path": "^1.0.0",
    "webpack": "^1.13.1",
    "webpack-stream": "^3.1.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-string": "^1.1.3",
    "codecov.io": "^0.1.6",
    "del": "^2.1.0",
    "gulp-util": "^3.0.7",
    "istanbul": "^0.4.0",
    "mocha": "^2.4.5",
    "mocha-eslint": "^2.0.0",
    "stream-array": "^1.1.1",
    "stream-assert": "^2.0.3"
  }
}
