-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcontribute.json
34 lines (34 loc) · 1001 Bytes
/
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
33
34
{
"name": "Mozilla Moderator",
"description": "Mozilla Moderator is a panel moderation webapp that enables users to view, vote and ask questions on different events.",
"repository": {
"url": "https://github.com/mozilla/mozmoderator/",
"license": "BSD 3-Clause"
},
"participate": {
"home": "https://wiki.mozilla.org/Moderator",
"irc": "irc://irc.mozilla.org/#participationsystems",
"irc-contacts": [
"nemo-yiannis",
"tasos",
"pierros",
"hmitsch",
"nikos"
]
},
"bugs": {
"list": "https://github.com/mozilla/mozmoderator/issues",
"report": "https://github.com/mozilla/mozmoderator/issues/new"
},
"urls": {
"prod": "https://moderator.mozilla.org",
"stage": "https://moderator.staging.paas.mozilla.community"
},
"keywords": [
"python",
"django",
"html",
"javascript",
"css"
]
}