| {
    "name": "dmamontov/favicon",
    "description": "Class generation favicon for browsers and devices Android, Apple, Windows and display of html code. It supports a large number of settings such as margins, color, compression, three different methods of crop and screen orientation.",
    "type": "library",
    "keywords": ["generation", "favicon", "browsers", "android", "apple", "windows"],
    "version": "1.0.0",
    "license": "BSD-3-Clause",
    "homepage": "http://www.slobel.ru/",
    "authors": [
        {
            "name": "Dmitry Mamontov",
            "email": "[email protected] ",
            "role": "lead"
        }
    ],
    "require": {
        "php": ">=5.3.3"
    },
    "require-dev": {
        "phpunit/phpunit": "4.6.*",
        "apigen/apigen": "~4.1@dev"
    },
    "support": {
        "email": "[email protected] "
    },
    "autoload": {
        "files": ["src/FaviconGenerator.php"]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.0.x-dev"
        }
    }
}
 |