kylekatarnls/jade-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "pug-php/pug",
    "replace": {
        "kylekatarnls/jade-php": "self.version"
    },
    "description": "HAML-like template engine for PHP",
    "keywords": ["pug", "jade", "minification", "template"],
    "homepage": "https://github.com/pug-php/pug",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "kylekatarnls",
            "email": "pug@selfbuild.fr",
            "homepage": "http://github.com/kylekatarnls",
            "role": "Developer"
        },
        {
            "name": "Konstantin Kudryashov",
            "email": "konstantin.kudryashov@knplabs.com",
            "homepage": "http://about.me/everzet",
            "role": "Developer"
        },
        {
            "name": "volter9",
            "homepage": "https://github.com/volter9",
            "role": "Developer"
        },
        {
            "name": "sisoftrg",
            "homepage": "https://github.com/sisoftrg",
            "role": "Developer"
        },
        {
            "name": "hackaugusto",
            "homepage": "https://github.com/hackaugusto",
            "role": "Developer"
        },
        {
            "name": "peniar",
            "homepage": "https://github.com/peniar",
            "role": "Developer"
        },
        {
            "name": "NSinopoli",
            "homepage": "https://github.com/NSinopoli",
            "role": "Developer"
        },
        {
            "name": "Luke GB",
            "email": "git@lukegb.com",
            "homepage": "http://twitter.com/lukegb",
            "role": "Maintainer"
        },
        {
            "name": "DJRanger",
            "homepage": "https://github.com/DJRanger",
            "role": "Contributor"
        },
        {
            "name": "fcrosfly",
            "homepage": "https://github.com/fcrosfly",
            "role": "Contributor"
        },
        {
            "name": "Ronan Tessier",
            "email": "ronan.tessier@vaconsulting.lu",
            "homepage": "http://github.com/ronan-gloo",
            "role": "Maintainer"
        },
        {
            "name": "Soviut",
            "homepage": "http://github.com/Soviut",
            "role": "Contributor"
        },
        {
            "name": "just-paja",
            "homepage": "http://github.com/just-paja",
            "role": "Contributor"
        },
        {
            "name": "cjonasw",
            "homepage": "http://github.com/cjonasw",
            "role": "Contributor"
        },
        {
            "name": "s4msung",
            "homepage": "http://github.com/s4msung",
            "role": "Contributor"
        },
        {
            "name": "sadjow",
            "homepage": "http://github.com/sadjow",
            "role": "Contributor"
        },
        {
            "name": "hkjels",
            "homepage": "http://github.com/hkjels",
            "role": "Contributor"
        },
        {
            "name": "krizalys",
            "homepage": "http://github.com/krizalys",
            "role": "Contributor"
        },
        {
            "name": "sszigeti",
            "homepage": "http://github.com/sszigeti",
            "role": "Contributor"
        },
        {
            "name": "Janez Troha",
            "email": "janez.troha@gmail.com",
            "homepage": "http://flavors.me/dz0ny",
            "role": "Maintainer"
        },
        {
            "name": "Marco \"Debo\" De Bortoli",
            "homepage": "https://github.com/debo",
            "role": "contributor"
        }
    ],
    "prefer-stable": true,
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.5.0",
        "js-phpize/js-phpize-phug": "^1.1 || ^2.0",
        "nodejs-php-fallback/nodejs-php-fallback": "^1.3.1",
        "phug/phug": "^0.3.0 || ^1.0",
        "phug/js-transformer-filter": "^1.0"
    },
    "extra": {
        "npm": {
            "pug-cli": "^1.0.0-alpha6"
        },
        "npm-confirm": {
            "pug-cli": "It allows you to use the native JS pug engine instead of the default PHP one with the `pugjs` option set to `true`"
        }
    },
    "require-dev": {
        "phpunit/phpunit": ">=4.8.35 <9.0"
    },
    "bin": ["pug"],
    "autoload": {
        "psr-4": {
            "": "./src"
        },
        "psr-0": {
            "Pug\\": "src/",
            "Jade\\": "src/"
        }
    }
}