{
  "name": "pipeline-minify-js",
  "version": "1.0.1",
  "description": "Gulp pipeline to minify and optionally concatenate js files",
  "author": "Juan P. Osorio <jposorio@kenzan.com> (https://github.com/jpoo90)",
  "contributors": [
    {
      "name": "Owen Buckley",
      "email": "obuckley@kenzan.com"
    },
    {
      "name": "Chris Sharon",
      "email": "csharon@kenzan.com"
    }
  ],
  "scripts": {
    "test": "mocha test/index.spec.js -w"
  },
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/kenzanlabs/pipeline-minify-js"
  },
  "keywords": [
    "Gulp",
    "Tools",
    "Keystone",
    "Pipeline",
    "Minification",
    "Concatenation",
    "Minify"
  ],
  "preferGlobal": false,
  "private": false,
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=0.10.3",
    "npm": ">=1.0.20"
  },
  "analyze": true,
  "license": "Apache-2.0",
  "dependencies": {
    "gulp-concat": "2.6.0",
    "gulp-if": "2.0.0",
    "gulp-rename": "1.2.2",
    "gulp-sourcemaps": "1.6.0",
    "gulp-uglify": "1.4.1",
    "lazypipe": "1.0.1",
    "pipeline-handyman": "1.0.0"
  },
  "devDependencies": {
    "chai": "3.4.0",
    "del": "2.0.2",
    "gulp": "3.9.0",
    "path": "0.12.7",
    "pipeline-test-node": "0.4.0",
    "pipeline-validate-js": "0.3.0",
    "stream-assert": "2.0.3"
  }
}
