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.

44 lines
1004 B

3 years ago
{
"name": "youen/users-map",
"description": "Adds an optional and approximate location attribute to user settings, and a global map to display users",
3 years ago
"keywords": [
"users location",
"map"
3 years ago
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.0.0"
},
"require-dev": {
"flarum/testing": "^1.0.0"
},
"authors": [
{
"name": "Youen Toupin",
"role": "Developer"
},
3 years ago
{
"name": "Marco Colia",
"email": "info@flarum.it",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Youen\\UsersMap\\": "src/"
}
},
3 years ago
"extra": {
"flarum-extension": {
"title": "Users Map",
"category": "feature",
3 years ago
"icon": {
"name": "fas fa-map-marked-alt",
"backgroundColor": "darkgreen",
3 years ago
"color": "white"
}
}
}
}