{
  "name": "gulp-concat-util",
  "description": "Gulp task to concat, prepend, append or transform files",
  "version": "0.5.5",
  "main": "src/index.js",
  "homepage": "https://github.com/mgcrea/gulp-concat-util",
  "author": {
    "name": "Olivier Louvignes",
    "email": "olivier@mg-crea.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mgcrea/gulp-concat-util.git"
  },
  "keywords": [
    "gulp",
    "angular"
  ],
  "bugs": {
    "url": "https://github.com/mgcrea/gulp-concat-util/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mgcrea/gulp-concat-util/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "dependencies": {
    "concat-with-sourcemaps": "^1.0.4",
    "gulp-if": "^2.0.0",
    "gulp-util": "^3.0.6",
    "lodash.assign": "^3.2.0",
    "stream-combiner2": "^1.1.1",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-sourcemaps": "^1.6.0",
    "mocha": "^2.3.3",
    "should": "^7.1.0",
    "stream-array": "^1.1.1",
    "stream-assert": "^2.0.3"
  }
}
