53 lines
1.2 KiB
JSON
Executable File
53 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "snipe/snipe-it",
|
|
"description": "A free open source IT asset/license management system built in PHP on Laravel 4.1 and Bootstrap 3.",
|
|
"keywords": ["framework", "laravel", "assets", "IT", "management"],
|
|
"homepage": "http://snipeitapp.com/",
|
|
"license": "AGPL-3.0",
|
|
"support": {
|
|
"issues": "https://github.com/snipe/snipe-it/issues",
|
|
"source": "https://github.com/snipe/snipe-it"
|
|
},
|
|
"require": {
|
|
"laravel/framework": "4.1.*",
|
|
"cartalyst/sentry": "2.0.*",
|
|
"barryvdh/laravel-debugbar": "1.x",
|
|
"chumper/datatable": "dev-master",
|
|
"bacon/bacon-qr-code": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"app/commands",
|
|
"app/controllers",
|
|
"app/models",
|
|
"app/database/migrations",
|
|
"app/database/seeds",
|
|
"app/tests/TestCase.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"pre-update-cmd": [
|
|
|
|
],
|
|
"post-update-cmd": [
|
|
"php artisan optimize",
|
|
"php artisan debugbar:publish"
|
|
],
|
|
"post-install-cmd": [
|
|
"php artisan debugbar:publish"
|
|
],
|
|
"post-create-project-cmd": [
|
|
"php artisan key:generate"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"bin-dir": "bin"
|
|
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|