grunt-contrib-uglify
Version:
Minify JavaScript files with UglifyJS
39 lines (38 loc) • 813 B
JSON
{
"name": "grunt-contrib-uglify",
"description": "Minify JavaScript files with UglifyJS",
"version": "5.2.2",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-uglify",
"license": "MIT",
"engines": {
"node": ">=12"
},
"main": "tasks/uglify.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "^4.1.2",
"maxmin": "^3.0.0",
"uglify-js": "^3.16.1",
"uri-path": "^1.0.0"
},
"devDependencies": {
"grunt": "^1.5.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-internal": "^7.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^4.0.0"
},
"keywords": [
"gruntplugin"
],
"files": [
"tasks"
],
"appveyor_id": "ybtf5vbvtenii561"
}