2015-02-26 02:53:34 +03:00
|
|
|
{
|
|
|
|
"name": "Olympia",
|
2018-09-26 15:49:19 +03:00
|
|
|
"description": "Mozilla's official site for add-ons for Firefox and Firefox for Android",
|
2015-02-26 02:53:34 +03:00
|
|
|
"repository": {
|
2016-02-24 19:48:48 +03:00
|
|
|
"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": {
|
2016-03-10 14:17:36 +03:00
|
|
|
"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": {
|
2016-03-10 14:17:36 +03:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|