You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

39 lines
933 B

{
"name": "justoverclock/users-map-location",
"description": "Add Location Attribute and a map to users settings",
"keywords": [
"users location",
"location map"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.0.0"
},
"require-dev": {
"flarum/testing": "^1.0.0"
},
"authors": [
{
"name": "Marco Colia",
"email": "info@flarum.it",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Justoverclock\\UsersMapLocation\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "User Map Location",
"category": "feature",
"icon": {
"name": "fas fa-map-marked-alt",
"backgroundColor": "purple",
"color": "white"
}
}
}
}