mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
15 lines
381 B
JSON
15 lines
381 B
JSON
{
|
|
"name": "james-heinrich/getid3",
|
|
"description": "PHP script that extracts useful information from popular multimedia file formats",
|
|
"homepage": "http://www.getid3.org/",
|
|
"keywords": ["php","tags","codecs"],
|
|
"type": "library",
|
|
"license": "GPL",
|
|
"require":
|
|
{
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["getid3/"]
|
|
}
|
|
}
|