{
  "_from": "grunt-contrib-uglify@~0.4.0",
  "_id": "grunt-contrib-uglify@0.4.1",
  "_inBundle": false,
  "_integrity": "sha1-1D87xuAsM1Vj+MT58IE/tLD/ebE=",
  "_location": "/grunt-contrib-uglify",
  "_phantomChildren": {
    "has-color": "0.1.7"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-contrib-uglify@~0.4.0",
    "name": "grunt-contrib-uglify",
    "escapedName": "grunt-contrib-uglify",
    "rawSpec": "~0.4.0",
    "saveSpec": null,
    "fetchSpec": "~0.4.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz",
  "_shasum": "d43f3bc6e02c335563f8c4f9f0813fb4b0ff79b1",
  "_spec": "grunt-contrib-uglify@~0.4.0",
  "_where": "/var/www/html-staging/grunt",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-contrib-uglify/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^0.4.0",
    "maxmin": "^0.1.0",
    "uglify-js": "^2.4.0"
  },
  "deprecated": false,
  "description": "Minify files with UglifyJS.",
  "devDependencies": {
    "grunt": "^0.4.2",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-internal": "^0.4.2",
    "grunt-contrib-jshint": "^0.8.0",
    "grunt-contrib-nodeunit": "^0.3.2"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "tasks",
    "LICENSE-MIT"
  ],
  "homepage": "https://github.com/gruntjs/grunt-contrib-uglify",
  "keywords": [
    "gruntplugin"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/gruntjs/grunt-contrib-uglify/blob/master/LICENSE-MIT"
    }
  ],
  "name": "grunt-contrib-uglify",
  "peerDependencies": {
    "grunt": "~0.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gruntjs/grunt-contrib-uglify.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "0.4.1"
}
