package.json 392 B

1234567891011121314151617
  1. {
  2. "name": "cssmin",
  3. "version": "0.3.2",
  4. "description": "A simple CSS minifier that uses a port of YUICompressor in JS",
  5. "main": "cssmin",
  6. "bin": {
  7. "cssmin": "./bin/cssmin"
  8. },
  9. "author" : {
  10. "name" : "Johan Bleuzen",
  11. "url" : "http://blog.johanbleuzen.fr"
  12. },
  13. "repository" : {
  14. "type" : "git",
  15. "url" : "http://github.com/jbleuzen/node-cssmin"
  16. }
  17. }