{
  "name": "quick-slurp",
  "version": "2.1.1",
  "description": "A fluent Gulp abstraction to help manage frontend tasks such as SASS compilation, asset concatenation and file versioning",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bcarroll22/quick-slurp"
  },
  "keywords": [
    "quick",
    "slurp"
  ],
  "author": {
    "name": "Brandon Carroll"
  },
  "license": "",
  "homepage": "https://github.com/bcarroll22/quick-slurp",
  "dependencies": {
    "babelify": "^6.1.3",
    "browserify": "^10.2.6",
    "del": "^1.2.0",
    "gulp-autoprefixer": "^2.3.1",
    "gulp-babel": "^5.1.0",
    "gulp-coffee": "^2.3.1",
    "gulp-concat": "^2.6.0",
    "gulp-if": "^1.2.5",
    "gulp-less": "^3.0.3",
    "gulp-load-plugins": "^1.0.0-rc.1",
    "gulp-minify-css": "^1.2.0",
    "gulp-notify": "^2.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-rev": "^5.1.0",
    "gulp-sass": "^2.0.3",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-uglify": "^1.2.0",
    "gulp-util": "^3.0.6",
    "gulp-watch": "^4.2.4",
    "lodash": "^3.10.1",
    "merge-stream": "^0.1.8",
    "parse-filepath": "^0.5.0",
    "partialify": "^3.1.3",
    "path": "^0.11.14",
    "require-dir": "^0.3.0",
    "run-sequence": "^1.1.1",
    "underscore-deep-extend": "0.0.5",
    "vinyl-buffer": "^1.0.0",
    "vinyl-paths": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.2.3"
  },
  "devDependencies": {
    "gulp": "^3.8.8"
  }
}
