|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "justoverclock/users-map-location", |
|
|
|
"name": "youen/users-map-location", |
|
|
|
"description": "Add Location Attribute and a map to users settings", |
|
|
|
"description": "Adds an optional and approximate location attribute to user settings, and a global map to display users", |
|
|
|
"keywords": [ |
|
|
|
"keywords": [ |
|
|
|
"users location", |
|
|
|
"users location", |
|
|
|
"location map" |
|
|
|
"location map" |
|
|
@ -14,17 +14,16 @@ |
|
|
|
"flarum/testing": "^1.0.0" |
|
|
|
"flarum/testing": "^1.0.0" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"authors": [ |
|
|
|
"authors": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "Youen Toupin", |
|
|
|
|
|
|
|
"role": "Developer" |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "Marco Colia", |
|
|
|
"name": "Marco Colia", |
|
|
|
"email": "info@flarum.it", |
|
|
|
"email": "info@flarum.it", |
|
|
|
"role": "Developer" |
|
|
|
"role": "Developer" |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|
"autoload": { |
|
|
|
|
|
|
|
"psr-4": { |
|
|
|
|
|
|
|
"Justoverclock\\UsersMapLocation\\": "src/" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"extra": { |
|
|
|
"extra": { |
|
|
|
"flarum-extension": { |
|
|
|
"flarum-extension": { |
|
|
|
"title": "User Map Location", |
|
|
|
"title": "User Map Location", |
|
|
|