package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "grunt-contrib-cssmin",
  3. "description": "Minify CSS",
  4. "version": "0.12.3",
  5. "author": {
  6. "name": "Grunt Team",
  7. "url": "http://gruntjs.com/"
  8. },
  9. "repository": "gruntjs/grunt-contrib-cssmin",
  10. "licenses": [
  11. {
  12. "type": "MIT",
  13. "url": "https://github.com/gruntjs/grunt-contrib-cssmin/blob/master/LICENSE-MIT"
  14. }
  15. ],
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "grunt test"
  21. },
  22. "dependencies": {
  23. "chalk": "^1.0.0",
  24. "clean-css": "^3.1.0",
  25. "maxmin": "^1.1.0"
  26. },
  27. "devDependencies": {
  28. "grunt": "^0.4.5",
  29. "grunt-cli": "^0.1.13",
  30. "grunt-contrib-clean": "^0.6.0",
  31. "grunt-contrib-internal": "^0.4.6",
  32. "grunt-contrib-jshint": "^0.11.0",
  33. "grunt-contrib-nodeunit": "^0.4.0"
  34. },
  35. "peerDependencies": {
  36. "grunt": ">=0.4.0"
  37. },
  38. "keywords": [
  39. "gruntplugin",
  40. "cssmin",
  41. "css",
  42. "style",
  43. "styles",
  44. "stylesheet",
  45. "minify",
  46. "compress"
  47. ],
  48. "files": [
  49. "tasks"
  50. ],
  51. "appveyor_id": "ntgfqc3ppk533m84",
  52. "__npminstall_done": true,
  53. "_from": "grunt-contrib-cssmin@0.12.3",
  54. "_resolved": "https://registry.npmmirror.com/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.12.3.tgz"
  55. }