{
    "name": "talesoft/tale-jade",
    "type": "library",
    "keywords": ["template", "dialect", "html", "views", "render", "presentation", "jade", "html", "php", "phtml"],
    "description": "A clean, lightweight and easy-to-use templating engine for PHP based on Jade/Pug",
    "license": "MIT",
    "homepage": "http://jade.talesoft.codes",
    "authors": [
        {
            "name": "Torben Koehn",
            "email": "torben@talesoft.codes"
        }
    ],
    "support": {
        "email": "torben@talesoft.codes",
        "issues": "https://github.com/talesoft/tale-jade/issues",
        "source": "https://github.com/talesoft/tale-jade",
        "docs": "http://jade.talesoft.codes/docs"
    },
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.5.0",
        "talesoft/tale-config": "0.2",
        "symfony/polyfill-mbstring": "*"
    },
    "autoload": {
        "psr-4": {
            "Tale\\Jade\\": ""
        },
        "files": [
            "functions.php",
            "Compiler/functions.php"
        ]
    },
    "bin": ["tale-jade"],
    "suggest": {
        "erusev/parsedown": "Enables Markdown filtering",
        "coffeescript/coffeescript": "Enables CoffeeScript filtering",
        "leafo/lessphp": "Enables LESS filtering",
        "neemzy/stylus": "Enables Stylus filtering",
        "leafo/scssphp": "Enables SASS filtering"
    }
}
