зеркало из https://github.com/mozilla/kitsune.git
29 строки
1.2 KiB
JSON
29 строки
1.2 KiB
JSON
{
|
|
"name": "Kitsune",
|
|
"description": "Kitsune is the platform that powers SuMo (support.mozilla.org).",
|
|
"repository": {
|
|
"url": "https://github.com/mozilla/kitsune/",
|
|
"license": "BSD 3-Clause",
|
|
"tests": "https://travis-ci.org/mozilla/kitsune"
|
|
},
|
|
"participate": {
|
|
"home": "https://kitsune.readthedocs.io/en/latest/contributors.html",
|
|
"docs": "https://kitsune.readthedocs.io/en/latest/hacking_howto.html#hacking-howto-chapter",
|
|
"irc": "irc://irc.mozilla.org/#sumodev",
|
|
"irc-contacts": ["giorgos", "pmac", "bensternthal"]
|
|
},
|
|
"bugs": {
|
|
"list": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=OPEN%20product%3Asupport.mozilla.org",
|
|
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=support.mozilla.org",
|
|
"mentored": "https://bugzilla.mozilla.org/buglist.cgi?o1=isnotempty&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&f1=bug_mentor&product=support.mozilla.org"
|
|
},
|
|
"urls": {
|
|
"prod": "https://support.mozilla.org/",
|
|
"stage": "https://support.allizom.org/"
|
|
},
|
|
"keywords": [
|
|
"django",
|
|
"python"
|
|
]
|
|
}
|