22 lines
476 B
JSON
Executable File
22 lines
476 B
JSON
Executable File
{
|
|
"name": "fme/googlemapsstorelocator",
|
|
"description": "FME Maps Basic Module",
|
|
"require": {
|
|
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
|
|
"magento/framework": "100.1.*"
|
|
},
|
|
"type": "magento2-module",
|
|
"version": "1.0.0.0",
|
|
"license": [
|
|
"OSL-3.0",
|
|
"AFL-3.0"
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"registration.php"
|
|
],
|
|
"psr-4": {
|
|
"FME\\GoogleMapsStoreLocator\\": ""
|
|
}
|
|
}
|
|
} |