| {
    "name": "lutian/picStylizer",
    "type": "library",
    "description": "picStylizer is a PHP class that create sprite and css style file from images folder",
    "keywords": ["images", "sprites", "css", "styles", "PHP"],
    "homepage": "https://github.com/lutian/picStylizer",
    "license": "MIT",
    "authors": [
        {
            "name": "Luciano Salvino",
            "homepage": "https://plus.google.com/+LucianoSalvino",
            "role": "Developer / Freelancer"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-0": { "picStylizer": "src" }
    }
}
 |