{ "name": "grumpydictator/firefly-iii", "description": "A web-application to manage your finances. This version will replace grumpydictator/firefly when it's finished.", "license": "MIT", "keywords": ["finance", "finances", "manager", "euro", "laravel", "money", "financials", "budgets", "transactions", "transfers", "management"], "homepage": "https://github.com/JC5/firefly-iii", "php": ">=5.4.0", "type": "project", "authors": [ { "name": "Sander Dorigo", "email": "thegrumpydictator@gmail.com", "homepage": "https://github.com/JC5", "role": "Developer" } ], "support": { "email": "thegrumpydictator@gmail.com", "issues": "https://github.com/JC5/firefly-iii/issues?state=open", "source": "https://github.com/JC5/firefly-iii" }, "require": { "laravel/framework": "4.2.*", "laravelbook/ardent": "~2.4", "codesleeve/asset-pipeline": "dev-master*" }, "require-dev": { "barryvdh/laravel-debugbar": "@stable", "barryvdh/laravel-ide-helper": "@stable", "doctrine/dbal": "~2.3", "pda/pheanstalk": "2.*" }, "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" } }