package.json 859 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "grunt-contrib-cssmin",
  3. "description": "Minify CSS",
  4. "version": "2.2.1",
  5. "author": {
  6. "name": "Grunt Team",
  7. "url": "http://gruntjs.com/"
  8. },
  9. "repository": "gruntjs/grunt-contrib-cssmin",
  10. "license": "MIT",
  11. "engines": {
  12. "node": ">=4.0"
  13. },
  14. "main": "tasks/cssmin.js",
  15. "scripts": {
  16. "test": "grunt test"
  17. },
  18. "dependencies": {
  19. "chalk": "^1.0.0",
  20. "clean-css": "~4.1.1",
  21. "maxmin": "^2.1.0"
  22. },
  23. "devDependencies": {
  24. "grunt": "^1.0.0",
  25. "grunt-contrib-clean": "^1.0.0",
  26. "grunt-contrib-internal": "^1.1.0",
  27. "grunt-contrib-jshint": "^1.0.0",
  28. "grunt-contrib-nodeunit": "^1.0.0"
  29. },
  30. "keywords": [
  31. "gruntplugin",
  32. "cssmin",
  33. "css",
  34. "style",
  35. "styles",
  36. "stylesheet",
  37. "minify",
  38. "compress"
  39. ],
  40. "files": [
  41. "tasks"
  42. ],
  43. "appveyor_id": "ntgfqc3ppk533m84"
  44. }