wp-autoless/vendor/leafo/lessphp/composer.json
Peter Molnar 90b7e3d3bc init
2016-07-25 12:40:28 +00:00

25 lines
546 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"
}
],
"autoload": {
"classmap": ["lessc.inc.php"]
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
}
}
}