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.
 
 
 
 
 
 

20 lines
524 B

{
"name": "moinax/tvdb",
"description": "PHPTVDB is a PHP library for accessing TV show information such as episodes, actors, showtimes and descriptions.",
"keywords": ["API"],
"homepage": "http://moinax.github.io/TvDb/",
"license": "MIT",
"authors": [
{
"name": "Moinax",
"email": "moinax@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3"
},
"autoload": {
"psr-0": { "Moinax\\TvDb": "src" }
}
}