1234567891011121314151617 |
- {
- "name": "cssmin",
- "version": "0.3.2",
- "description": "A simple CSS minifier that uses a port of YUICompressor in JS",
- "main": "cssmin",
- "bin": {
- "cssmin": "./bin/cssmin"
- },
- "author" : {
- "name" : "Johan Bleuzen",
- "url" : "http://blog.johanbleuzen.fr"
- },
- "repository" : {
- "type" : "git",
- "url" : "http://github.com/jbleuzen/node-cssmin"
- }
- }
|