mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
35 lines
747 B
JSON
35 lines
747 B
JSON
{
|
|
"name": "leafo/lessphp",
|
|
"type": "library",
|
|
"description": "lessphp is a compiler for LESS written in PHP.",
|
|
"homepage": "http://leafo.net/lessphp/",
|
|
"license": [
|
|
"MIT",
|
|
"GPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Leaf Corcoran",
|
|
"email": "leafot@gmail.com",
|
|
"homepage": "http://leafo.net"
|
|
}
|
|
],
|
|
"bin": [
|
|
"plessc",
|
|
"lessify"
|
|
],
|
|
"autoload": {
|
|
"classmap": ["lessc.inc.php"]
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.27",
|
|
"squizlabs/php_codesniffer": "3.3.2"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"phpunit",
|
|
"phpcs -p -s"
|
|
],
|
|
"fix": "phpcbf"
|
|
}
|
|
}
|