Warning, /webapps/ocs-webserver/library/lessphp/composer.json is written in an unsupported language. File is not indexed.

0001 {
0002     "name": "leafo/lessphp",
0003     "type": "library",
0004     "description": "lessphp is a compiler for LESS written in PHP.",
0005     "homepage": "http://leafo.net/lessphp/",
0006     "license": [
0007       "MIT",
0008       "GPL-3.0"
0009     ],
0010     "authors": [
0011         {
0012             "name": "Leaf Corcoran",
0013             "email": "leafot@gmail.com",
0014             "homepage": "http://leafo.net"
0015         }
0016     ],
0017     "autoload": {
0018         "classmap": ["lessc.inc.php"]
0019     },
0020     "extra": {
0021         "branch-alias": {
0022             "dev-master": "0.3-dev"
0023         }
0024     }
0025 }