51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "timw4mail/hummingbird-anime-client",
|
|
"description": "A self-hosted anime/manga client for Kitsu.",
|
|
"license":"MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Aviat\\AnimeClient\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Aviat\\AnimeClient\\Tests\\": "tests/",
|
|
"CodeIgniter\\": "build/CodeIgniter/"
|
|
}
|
|
},
|
|
"require": {
|
|
"aura/html": "2.*",
|
|
"aura/router": "3.*",
|
|
"aura/session": "2.*",
|
|
"aviat/banker": "^1.0.0",
|
|
"aviat/ion": "1.0.*",
|
|
"filp/whoops": "2.0.*",
|
|
"guzzlehttp/guzzle": "6.*",
|
|
"monolog/monolog": "1.*",
|
|
"psr/http-message": "~1.0",
|
|
"psr/log": "~1.0",
|
|
"yosymfony/toml": "0.3.*",
|
|
"zendframework/zend-diactoros": "1.3.*",
|
|
"maximebf/consolekit": "^1.0",
|
|
"amphp/artax": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"pdepend/pdepend": "^2.2",
|
|
"sebastian/phpcpd": "^2.0",
|
|
"theseer/phpdox": "0.8.1.1",
|
|
"phploc/phploc": "^3.0",
|
|
"phpmd/phpmd": "^2.4",
|
|
"phpunit/phpunit": "^5.7",
|
|
"robmorgan/phinx": "^0.6.4",
|
|
"humbug/humbug": "~1.0@dev",
|
|
"consolidation/robo": "~1.0",
|
|
"henrikbjorn/lurker": "^1.1.0",
|
|
"symfony/var-dumper": "^3.1",
|
|
"squizlabs/php_codesniffer": "^3.0.0@beta"
|
|
},
|
|
"scripts": {
|
|
"build:css": "cd public && npm run build && cd ..",
|
|
"watch:css": "cd public && npm run watch"
|
|
}
|
|
}
|