Permalink
Cannot retrieve contributors at this time
24 lines (24 sloc)
681 Bytes
{ | |
"name": "maniaplanet/manialib", | |
"type": "library", | |
"description": "ManiaLib is a lightweight PHP framework for Manialink and Web developement.", | |
"keywords": ["ManiaPlanet", "ShootMania", "TrackMania", "ManiaLib"], | |
"homepage": "https://github.com/maniaplanet/manialib", | |
"license": "LGPL-3.0", | |
"authors": [ | |
{ | |
"name": "Nadeo", | |
"email": "contact@nadeo.com", | |
"homepage": "http://www.nadeo.com/" | |
} | |
], | |
"support": { | |
"forum": "http://forum.maniaplanet.com/viewforum.php?f=40" | |
}, | |
"require": { | |
"php": ">=5.3" | |
}, | |
"autoload": { | |
"classmap": ["libraries/ManiaLib"] | |
} | |
} |