| 
									
										
										
										
											2014-06-28 09:41:44 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2014-07-15 10:53:44 +02:00
										 |  |  |     "name": "grumpydictator/firefly-iii", | 
					
						
							|  |  |  |     "description": "A web-application to manage your finances. This version will replace grumpydictator/firefly when it's finished.", | 
					
						
							| 
									
										
										
										
											2014-06-28 09:45:56 +02:00
										 |  |  |     "license": "MIT", | 
					
						
							|  |  |  |     "keywords": ["finance", "finances", "manager", "euro", "laravel", "money", "financials", "budgets", "transactions", "transfers", "management"], | 
					
						
							| 
									
										
										
										
											2014-07-15 10:53:44 +02:00
										 |  |  |     "homepage": "https://github.com/JC5/firefly-iii", | 
					
						
							| 
									
										
										
										
											2014-06-28 09:45:56 +02:00
										 |  |  |     "php": ">=5.4.0", | 
					
						
							|  |  |  |     "type": "project", | 
					
						
							|  |  |  |     "authors": [ | 
					
						
							|  |  |  |         { | 
					
						
							| 
									
										
										
										
											2014-07-15 10:53:44 +02:00
										 |  |  |             "name": "Sander Dorigo", | 
					
						
							| 
									
										
										
										
											2014-06-28 09:45:56 +02:00
										 |  |  |             "email": "thegrumpydictator@gmail.com", | 
					
						
							|  |  |  |             "homepage": "https://github.com/JC5", | 
					
						
							|  |  |  |             "role": "Developer" | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     "support": { | 
					
						
							|  |  |  |         "email": "thegrumpydictator@gmail.com", | 
					
						
							| 
									
										
										
										
											2014-07-15 10:53:44 +02:00
										 |  |  |         "issues": "https://github.com/JC5/firefly-iii/issues?state=open", | 
					
						
							|  |  |  |         "source": "https://github.com/JC5/firefly-iii" | 
					
						
							| 
									
										
										
										
											2014-06-28 09:45:56 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     "require": { | 
					
						
							|  |  |  |         "laravel/framework": "4.2.*", | 
					
						
							| 
									
										
										
										
											2014-09-23 21:28:05 +02:00
										 |  |  |         "laravelbook/ardent": "~2.4" | 
					
						
							| 
									
										
										
										
											2014-06-28 09:45:56 +02:00
										 |  |  |     }, | 
					
						
							|  |  |  |     "require-dev": { | 
					
						
							| 
									
										
										
										
											2014-08-31 07:32:59 +02:00
										 |  |  |         "barryvdh/laravel-debugbar": "@stable", | 
					
						
							| 
									
										
										
										
											2014-09-04 09:02:54 +02:00
										 |  |  |         "barryvdh/laravel-ide-helper": "@stable", | 
					
						
							| 
									
										
										
										
											2014-09-14 21:59:41 +02:00
										 |  |  |         "doctrine/dbal": "~2.3", | 
					
						
							|  |  |  |         "pda/pheanstalk": "2.*" | 
					
						
							| 
									
										
										
										
											2014-06-28 09:45:56 +02:00
										 |  |  |     }, | 
					
						
							|  |  |  |     "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" | 
					
						
							| 
									
										
										
										
											2014-07-27 18:49:14 +01:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2014-06-28 09:41:44 +02:00
										 |  |  | } |