You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
544 B
25 lines
544 B
{
|
|
"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.3-dev"
|
|
}
|
|
}
|
|
}
|
|
|