package.json 986 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "grunt-contrib-uglify",
  3. "description": "Minify JavaScript files with UglifyJS",
  4. "version": "3.4.0",
  5. "author": {
  6. "name": "Grunt Team",
  7. "url": "http://gruntjs.com/"
  8. },
  9. "repository": "gruntjs/grunt-contrib-uglify",
  10. "license": "MIT",
  11. "engines": {
  12. "node": ">=0.10.0"
  13. },
  14. "main": "tasks/uglify.js",
  15. "scripts": {
  16. "test": "grunt test"
  17. },
  18. "dependencies": {
  19. "chalk": "^1.0.0",
  20. "maxmin": "^2.1.0",
  21. "uglify-js": "~3.4.0",
  22. "uri-path": "^1.0.0"
  23. },
  24. "devDependencies": {
  25. "grunt": "1.0.2",
  26. "grunt-contrib-clean": "^1.0.0",
  27. "grunt-contrib-internal": "~1.3.0",
  28. "grunt-contrib-jshint": "^1.0.0",
  29. "grunt-contrib-nodeunit": "^1.0.0"
  30. },
  31. "keywords": [
  32. "gruntplugin"
  33. ],
  34. "files": [
  35. "tasks"
  36. ],
  37. "appveyor_id": "ybtf5vbvtenii561",
  38. "__npminstall_done": true,
  39. "_from": "grunt-contrib-uglify@3.4.0",
  40. "_resolved": "https://registry.npmmirror.com/grunt-contrib-uglify/-/grunt-contrib-uglify-3.4.0.tgz"
  41. }