forked from mozilla/ichnaea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
30 lines (30 loc) · 924 Bytes
/
contribute.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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"
]
}