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.
38 lines
957 B
38 lines
957 B
{ |
|
"name": "youen/users-map-location", |
|
"description": "Adds an optional and approximate location attribute to user settings, and a global map to display users", |
|
"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": "Youen Toupin", |
|
"role": "Developer" |
|
}, |
|
{ |
|
"name": "Marco Colia", |
|
"email": "info@flarum.it", |
|
"role": "Developer" |
|
} |
|
], |
|
"extra": { |
|
"flarum-extension": { |
|
"title": "User Map Location", |
|
"category": "feature", |
|
"icon": { |
|
"name": "fas fa-map-marked-alt", |
|
"backgroundColor": "purple", |
|
"color": "white" |
|
} |
|
} |
|
} |
|
}
|
|
|