{
    "name": "igaster/laravel_cities",
    "description": "Seed all countries/cities from geonames.org database. Searchable DB tree, ready to use API & a bonus vue.js component!",
    "keywords": ["laravel", "geonames.org", "geolocation", "countries", "cities"],
    "license": "MIT",
    "homepage": "https://github.com/igaster/laravel_cities.git",
    "authors": [
        {
            "name": "Giannis Gasteratos",
            "email": "igasteratos@gmail.com"
        }
    ],	
    "require": {
        "illuminate/contracts": "~5.1"
    },
    "require-dev": {
        "orchestra/testbench": "~3.4",
        "phpunit/phpunit": "^6.0",
        "symfony/console": "^3.2",
        "symfony/var-dumper": "^3.2",
        "monolog/monolog": "^1.22",
        "vlucas/phpdotenv": "^2.4"
    },     
    "autoload": {
        "psr-4" : {
            "Igaster\\LaravelCities\\"          : "src/",
            "Igaster\\LaravelCities\\Tests\\"   : "tests/"            
        }
    },
    "minimum-stability": "stable"
}
