33 строки
1.0 KiB
JSON
33 строки
1.0 KiB
JSON
{
|
|
"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"
|
|
]
|
|
}
|