mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "hillelcoren/invoice-ninja",
|
|
"description": "An open-source invoicing site built with Laravel",
|
|
"keywords": ["invoice", "laravel"],
|
|
"license": "Attribution Assurance License",
|
|
"require": {
|
|
"laravel/framework": "4.1.*",
|
|
"jasonlewis/basset": "dev-master",
|
|
"patricktalmadge/bootstrapper": "dev-develop",
|
|
"zizaco/confide": "3.1.x",
|
|
"anahkiasen/former": "dev-master",
|
|
"barryvdh/laravel-debugbar": "dev-master",
|
|
"chumper/datatable": "dev-master",
|
|
"omnipay/omnipay": "2.x",
|
|
"intervention/image": "dev-master",
|
|
"webpatser/laravel-countries": "dev-master",
|
|
"anahkiasen/rocketeer": "dev-develop",
|
|
"codeception/codeception": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"app/commands",
|
|
"app/controllers",
|
|
"app/models",
|
|
"app/database/migrations",
|
|
"app/database/seeds",
|
|
"app/tests/TestCase.php",
|
|
"app/libraries"
|
|
],
|
|
"psr-0" : {
|
|
"ninja" : "app/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"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": "dev"
|
|
}
|