{
  "name": "gulp-uglify",
  "description": "Minify files with UglifyJS.",
  "version": "3.0.2",
  "author": "Terin Stock <terinjokes@gmail.com>",
  "bugs": "https://github.com/terinjokes/gulp-uglify/issues",
  "dependencies": {
    "array-each": "^1.0.1",
    "extend-shallow": "^3.0.2",
    "gulplog": "^1.0.0",
    "has-gulplog": "^0.1.0",
    "isobject": "^3.0.1",
    "make-error-cause": "^1.1.1",
    "safe-buffer": "^5.1.2",
    "through2": "^2.0.0",
    "uglify-js": "^3.0.5",
    "vinyl-sourcemaps-apply": "^0.2.0"
  },
  "devDependencies": {
    "eslint": "^3.18.0",
    "eslint-config-prettier": "^2.1.0",
    "eslint-config-xo": "^0.18.1",
    "eslint-plugin-no-use-extend-native": "^0.3.12",
    "eslint-plugin-prettier": "^2.0.1",
    "eslint-plugin-unicorn": "^2.1.0",
    "power-assert": "^1.4.1",
    "prettier": "^1.1.0",
    "source-list-map": "^1.1.2",
    "tape": "^4.9.1",
    "tape-catch": "^1.0.6",
    "testdouble": "^2.1.2",
    "vinyl": "^2.0.0"
  },
  "homepage": "https://github.com/terinjokes/gulp-uglify/",
  "keywords": [
    "gulpplugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": "terinjokes/gulp-uglify",
  "eslintConfig": {
    "env": {
      "node": true
    },
    "extends": [
      "xo",
      "prettier"
    ],
    "plugins": [
      "unicorn",
      "no-use-extend-native",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "printWidth": 80,
          "tabWidth": 2,
          "singleQuote": true,
          "trailingComma": "none",
          "bracketSpacing": false
        }
      ]
    }
  },
  "files": [
    "index.js",
    "composer.js",
    "lib/"
  ],
  "scripts": {
    "lint": "eslint *.js lib test",
    "test": "tape test/*.js"
  },
  "greenkeeper": {
    "ignore": [
      "gulp-sourcemaps"
    ]
  }
}
