PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Luciano Salvino   picStylizer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: composer
Class: picStylizer
Generate sprite images and CSS from image files
Author: By
Last change:
Date: 8 years ago
Size: 618 bytes
 

Contents

Class file image Download
{ "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" } } }