-
Notifications
You must be signed in to change notification settings - Fork 537
/
contribute.json
32 lines (32 loc) · 1.01 KB
/
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
31
32
{
"name": "Olympia",
"description": "Mozilla's official site for add-ons for Firefox and Firefox for Android",
"repository": {
"url": "https://github.com/mozilla/addons-server",
"license": "BSD 3-Clause",
"tests": "https://app.circleci.com/pipelines/github/mozilla/addons-server"
},
"participate": {
"home": "https://wiki.mozilla.org/Add-ons/Contribute/AMO/Code",
"docs": "http://addons-server.readthedocs.io/",
"matrix": "https://chat.mozilla.org/#/room/#amo:mozilla.org"
},
"bugs": {
"list": "https://github.com/mozilla/addons-server/issues",
"report": "https://github.com/mozilla/addons-server/issues/new"
},
"urls": {
"prod": "https://addons.mozilla.org/",
"stage": "https://addons.allizom.org/",
"dev": "https://addons-dev.allizom.org/"
},
"keywords": [
"django",
"mysql",
"python",
"celery",
"elasticsearch",
"jquery",
"javascript"
]
}