mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
54 lines
1.0 KiB
JSON
Executable File
54 lines
1.0 KiB
JSON
Executable File
{
|
|
"authors": [
|
|
{
|
|
"name": "DariusIII",
|
|
"email": "dkrisan@gmail.com",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/kbjr/Git.php"
|
|
}
|
|
],
|
|
|
|
"autoload": {
|
|
"psr-4": {
|
|
"newznab\\": "newznab/"
|
|
},
|
|
|
|
"classmap": [
|
|
"www/pages/",
|
|
"vendor/joshpinkney/tv-maze-php-api/",
|
|
"libs/pixelead0/Tmdb/",
|
|
"libs/PEAR/Net_NNTP/NNTP/",
|
|
"libs/zeebinz/rarinfo/",
|
|
"libs/"
|
|
]
|
|
},
|
|
|
|
"description": "A Usenet Indexer",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"name": "DariusIII/newznab-tmux",
|
|
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"barracudanetworks/forkdaemon-php": "~1.0",
|
|
"giantbomb/giantbomb": "@dev",
|
|
"google/recaptcha": "~1.1",
|
|
"james-heinrich/getid3": "1.9.*",
|
|
"joshpinkney/tv-maze-php-api": "dev-master",
|
|
"kbjr/Git.php": "@dev",
|
|
"moinax/tvdb": "~1.0",
|
|
"phpmailer/phpmailer": "~5.2",
|
|
"exeu/apai-io": "~1.0",
|
|
"smarty/smarty": "~3.1"
|
|
},
|
|
|
|
"require-dev": {},
|
|
"type": "project"
|
|
}
|