mirror of
https://github.com/mozilla/ichnaea.git
synced 2025-12-05 01:10:44 +00:00
31 lines
924 B
JSON
31 lines
924 B
JSON
{
|
|
"name": "Ichnaea",
|
|
"description": "Mozilla Ichnaea is a Geolocation service.",
|
|
"repository": {
|
|
"url": "https://github.com/mozilla/ichnaea/",
|
|
"license": "Apache 2.0",
|
|
"tests": "https://circleci.com/gh/mozilla/ichnaea"
|
|
},
|
|
"participate": {
|
|
"home": "https://location.services.mozilla.com/",
|
|
"docs": "https://ichnaea.readthedocs.io/",
|
|
"mailing-list": "https://discourse.mozilla.org/c/location/506",
|
|
"chat": {
|
|
"url": "https://chat.mozilla.org/#/room/#location:mozilla.org",
|
|
"contacts": ["jwhitlock"]
|
|
}
|
|
},
|
|
"bugs": {
|
|
"list": "https://github.com/mozilla/ichnaea/issues",
|
|
"report": "https://github.com/mozilla/ichnaea/issues/new"
|
|
},
|
|
"urls": {
|
|
"prod": "https://location.services.mozilla.com/"
|
|
},
|
|
"keywords": [
|
|
"geolocation",
|
|
"python",
|
|
"pyramid"
|
|
]
|
|
}
|