forked from gruntjs/grunt-contrib-uglify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 813 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "grunt-contrib-uglify",
"description": "Minify JavaScript files with UglifyJS",
"version": "5.2.1",
"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.15.4",
"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"
}