Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/j3/htaccess.back/gantry5/vendor/leafo/scssphp/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/j3/htaccess.back/gantry5/vendor/leafo/scssphp/composer.json

{
    "name": "leafo/scssphp",
    "type": "library",
    "description": "scssphp is a compiler for SCSS written
in PHP.",
    "keywords": ["css", "stylesheet",
"scss", "sass", "less"],
    "homepage": "http://leafo.github.io/scssphp/",
    "license": [
        "MIT"
    ],
    "authors": [
        {
            "name": "Leaf Corcoran",
            "email": "leafot@gmail.com",
            "homepage": "http://leafo.net"
        }
    ],
    "autoload": {
        "psr-4": { "Leafo\\ScssPhp\\": "src/"
}
    },
    "autoload-dev": {
        "psr-4": { "Leafo\\ScssPhp\\Test\\":
"tests/" }
    },
    "require": {
        "php": "^5.4.0 || ^7"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "~2.5",
        "phpunit/phpunit": "~4.6",
        "twbs/bootstrap": "~4.3",
        "zurb/foundation": "~6.5"
    },
    "bin": ["bin/pscss"],
    "archive": {
        "exclude": [
            "/Makefile",
            "/.gitattributes",
            "/.gitignore",
            "/.travis.yml",
            "/phpunit.xml.dist",
            "/tests"
        ]
    },
    "abandoned": "scssphp/scssphp"
}