mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 17:06:39 -06:00
75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
{
|
|
"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": "James Cole",
|
|
"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.*",
|
|
"davejamesmiller/laravel-breadcrumbs": "2.*",
|
|
"grumpydictator/gchart": "1.*",
|
|
"michelf/php-markdown": "1.*",
|
|
"watson/validating": "0.10.*"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-debugbar": "@stable",
|
|
"barryvdh/laravel-ide-helper": "@stable",
|
|
"doctrine/dbal": "~2.3",
|
|
"satooshi/php-coveralls": "dev-master",
|
|
"mockery/mockery": "@stable",
|
|
"league/factory-muffin": "~2.0",
|
|
"codeception/codeception": "*",
|
|
"codeception/c3": "2.*",
|
|
"sebastian/phpcpd": "*",
|
|
"sebastian/phpdcd": "*"
|
|
|
|
},
|
|
"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",
|
|
"Codeception\\c3\\Installer::copyC3ToRoot"
|
|
],
|
|
"post-update-cmd": [
|
|
"php artisan clear-compiled",
|
|
"php artisan optimize",
|
|
"Codeception\\c3\\Installer::copyC3ToRoot"
|
|
],
|
|
"post-create-project-cmd": [
|
|
"php artisan key:generate"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|