addons-server/contribute.json

33 строки
1.0 KiB
JSON
Исходник Обычный вид История

2015-02-26 02:53:34 +03:00
{
"name": "Olympia",
"description": "Mozilla's official site for add-ons for Firefox and Firefox for Android",
2015-02-26 02:53:34 +03:00
"repository": {
"url": "https://github.com/mozilla/addons-server",
2015-02-26 02:53:34 +03:00
"license": "BSD 3-Clause",
2020-12-18 14:13:48 +03:00
"tests": "https://app.circleci.com/pipelines/github/mozilla/addons-server"
2015-02-26 02:53:34 +03:00
},
"participate": {
"home": "https://wiki.mozilla.org/Add-ons/Contribute/AMO/Code",
2016-04-28 12:47:07 +03:00
"docs": "http://addons-server.readthedocs.io/",
2020-12-18 14:13:48 +03:00
"matrix": "https://chat.mozilla.org/#/room/#amo:mozilla.org"
2015-02-26 02:53:34 +03:00
},
"bugs": {
"list": "https://github.com/mozilla/addons-server/issues",
"report": "https://github.com/mozilla/addons-server/issues/new"
2015-02-26 02:53:34 +03:00
},
"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"
]
}