mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
33 lines
664 B
JSON
33 lines
664 B
JSON
{
|
|
"name": "apollorip/gazelle",
|
|
"description": "Web framework for private BitTorrent trackers using Ocelot",
|
|
"type": "project",
|
|
"license": "Unlicense",
|
|
"authors": [
|
|
{
|
|
"name": "What.CD"
|
|
},
|
|
{
|
|
"name": "Apollo"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gazelle\\": "app/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"robmorgan/phinx": "^0.11.0",
|
|
"whichbrowser/parser": "^2.0",
|
|
"d11wtq/boris": "^1.0",
|
|
"orpheusnet/bencode-torrent": "^0.11.0",
|
|
"orpheusnet/logchecker": "^0.8.6",
|
|
"twig/twig": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5.12",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
}
|
|
}
|