package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "grunt-contrib-cssmin",
  3. "description": "Compress CSS files.",
  4. "version": "0.6.2",
  5. "homepage": "https://github.com/gruntjs/grunt-contrib-cssmin",
  6. "author": {
  7. "name": "Grunt Team",
  8. "url": "http://gruntjs.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/gruntjs/grunt-contrib-cssmin.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/gruntjs/grunt-contrib-cssmin/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/gruntjs/grunt-contrib-cssmin/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "main": "Gruntfile.js",
  24. "engines": {
  25. "node": ">= 0.8.0"
  26. },
  27. "scripts": {
  28. "test": "grunt test"
  29. },
  30. "dependencies": {
  31. "clean-css": "~1.1.1",
  32. "grunt-lib-contrib": "~0.6.0"
  33. },
  34. "devDependencies": {
  35. "grunt-contrib-jshint": "~0.2.0",
  36. "grunt-contrib-nodeunit": "~0.1.2",
  37. "grunt-contrib-clean": "~0.4.0",
  38. "grunt-contrib-internal": "~0.4.2",
  39. "grunt": "~0.4.0"
  40. },
  41. "peerDependencies": {
  42. "grunt": "~0.4.0"
  43. },
  44. "keywords": [
  45. "gruntplugin"
  46. ]
  47. }