package.json 2.1 KB
{
  "_from": "grunt-contrib-uglify@^0.2.7",
  "_id": "grunt-contrib-uglify@0.2.7",
  "_inBundle": false,
  "_integrity": "sha1-5r2lHgxAoUWfbOrUI8Ze/XJaG/c=",
  "_location": "/grunt-contrib-uglify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-contrib-uglify@^0.2.7",
    "name": "grunt-contrib-uglify",
    "escapedName": "grunt-contrib-uglify",
    "rawSpec": "^0.2.7",
    "saveSpec": null,
    "fetchSpec": "^0.2.7"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.2.7.tgz",
  "_shasum": "e6bda51e0c40a1459f6cead423c65efd725a1bf7",
  "_spec": "grunt-contrib-uglify@^0.2.7",
  "_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-contrib-uglify/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "\"Cowboy\" Ben Alman",
      "url": "http://benalman.com"
    },
    {
      "name": "Tyler Kellen",
      "url": "http://goingslowly.com"
    },
    {
      "name": "Jarrod Overson",
      "url": "http://jarrodoverson.com"
    }
  ],
  "dependencies": {
    "grunt-lib-contrib": "~0.6.1",
    "uglify-js": "~2.4.0"
  },
  "deprecated": false,
  "description": "Minify files with UglifyJS.",
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-internal": "~0.4.2",
    "grunt-contrib-jshint": "~0.6.3",
    "grunt-contrib-nodeunit": "~0.2.0"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "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.2.7"
}