firefly-iii/composer.json
2014-06-28 09:57:17 +02:00

62 lines
1.7 KiB
JSON

{
"name": "grumpydictator/firefly",
"description": "A web-application to manage your finances.",
"license": "MIT",
"keywords": ["finance", "finances", "manager", "euro", "laravel", "money", "financials", "budgets", "transactions", "transfers", "management"],
"homepage": "https://github.com/JC5/firefly-v",
"php": ">=5.4.0",
"type": "project",
"authors": [
{
"name": "James Cole",
"email": "thegrumpydictator@gmail.com",
"homepage": "https://github.com/JC5",
"role": "Developer"
}
],
"support": {
"email": "thegrumpydictator@gmail.com",
"issues": "https://github.com/JC5/firefly-v/issues?state=open",
"source": "https://github.com/JC5/firefly-v"
},
"require": {
"laravel/framework": "4.2.*",
"grumpydictator/gchart": "dev-master"
},
"require-dev": {
"barryvdh/laravel-debugbar": "1.*",
"barryvdh/laravel-ide-helper": "1.*"
},
"autoload": {
"classmap": [
"app/commands",
"app/controllers",
"app/models",
"app/database/migrations",
"app/database/seeds",
"app/tests/TestCase.php"
],
"psr-0": {
"Firefly": "app/lib/"
}
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-create-project-cmd": [
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "stable"
}