{
  "name": "gulp-filesize",
  "version": "0.0.6",
  "description": "Logs filesizes in human readable Strings",
  "license": "MIT",
  "author": {
    "name": "Michael Ostermann",
    "email": "metrime@icloud.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Metrime/gulp-filesize.git"
  },
  "keywords": [
    "gulpplugin",
    "filesize",
    "size"
  ],
  "dependencies": {
    "map-stream": "~0.0.4",
    "gulp-util": "~2.2.0",
    "filesize": "~2.0.0"
  },
  "main": "index.js",
  "devDependencies": {
    "gulp": "*"
  },
  "readme": "gulp-filesize\n===========\n\n[Gulp](https://github.com/wearefractal/gulp) extension to log filesizes in human readable Strings to the console.\n\n    var size = require('gulp-filesize');\n\nExample\n-------\n    \n\tgulp.src('./css/*.css')\n\t//all your gulp tasks\n\t.pipe(gulp.dest('./dist/')\n\t.pipe(size()) // [gulp] Size example.css: 265.32 kB  \n\t\n\nLicense\n-------\n\nMIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/Metrime/gulp-filesize/issues"
  },
  "_id": "gulp-filesize@0.0.1",
  "_from": "gulp-filesize@"
}
