{
    "name": "backpack/settings",
    "description": "Application settings interface for Laravel 5 using Backpack CRUD.",
    "keywords": [
        "tabacitu",
        "laravel backpack",
        "backpack settings",
        "updivision",
        "dick",
        "dick settings",
        "backpack",
        "manage settings",
        "settings admin"
    ],
    "homepage": "https://github.com/laravel-backpack/settings",
    "license": "proprietary",
    "authors": [
        {
            "name": "Cristian Tabacitu",
            "email": "hello@tabacitu.ro",
            "homepage": "http://www.tabacitu.ro",
            "role": "Chief Architect & Lead Developer"
        }
    ],
    "require": {
        "backpack/crud": "3.4.*|3.5.*|3.6.*"
    },
    "require-dev": {
        "phpunit/phpunit" : "4.*",
        "scrutinizer/ocular": "~1.1"
    },
    "autoload": {
        "psr-4": {
            "Backpack\\Settings\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Backpack\\Settings\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        },
        "laravel": {
            "providers": [
                "Backpack\\Settings\\SettingsServiceProvider"
            ]
        }
    }
}
