{
"name": "redbox/distance",
"description": "This package allows you to calculate the distance between 2 locations in the world using the Google Maps API ",
"keywords": ["Distance", "Metrics", "Google Maps", "KM", "Miles", "Yards", "Maps", "Location", "Geo", "Zipcodes" ],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Johnny Mast",
"email": "mastjohnny@gmail.com",
"homepage": "https://github.com/johnnymast",
"role": "lead"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.6"
},
"autoload": {
"psr-4": {
"Redbox\\Distance\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Redbox\\Distance\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit"
}
}
|