{
    "name": "stfalcon/tinymce-bundle",
    "description": "This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.",
    "keywords": ["wysiwyg", "tinymce", "editor"],
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name":     "Stepan Tanasiychuk",
            "homepage": "http://blog.stfalcon.com",
            "email":    "ceo@stfalcon.com"
        },
        {
            "name":     "Igor Negrutsa",
            "homepage": "http://igor-negrutsa.info",
            "email":    "progi2007@gmail.com"
        },
        {
            "name":     "Symfony Community",
            "homepage": "https://github.com/stfalcon/TinymceBundle/contributors"
        }        
    ],
    "require": {
        "php":             ">=5.3.0",
        "symfony/symfony": ">=2.1"
    },
    "autoload": {
        "psr-0": {
            "Stfalcon\\Bundle\\TinymceBundle": ""
        }
    },
    "target-dir" : "Stfalcon/Bundle/TinymceBundle",
    "extra": {
        "branch-alias": {
            "dev-master": "0.3.x-dev"
        }
    }
}
