37 lines
855 B
JSON
37 lines
855 B
JSON
{
|
|
"name": "marcusschwarz/lesserphp",
|
|
"type": "library",
|
|
"description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
|
|
"homepage": "https://www.maswaba.de/lesserphpdocs/",
|
|
"license": [
|
|
"MIT",
|
|
"GPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Leaf Corcoran",
|
|
"email": "leafot@gmail.com",
|
|
"homepage": "http://leafo.net"
|
|
},
|
|
{
|
|
"name": "Marcus Schwarz",
|
|
"email": "github@maswaba.de",
|
|
"homepage": "https://www.maswaba.de"
|
|
}
|
|
|
|
],
|
|
"bin": ["plessc"],
|
|
"autoload": {
|
|
"classmap": ["lessc.inc.php"]
|
|
},
|
|
"require": {
|
|
"php": "^7.2|^7.3|^7.4|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.0|^9.0"
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
}
|
|
}
|