-
Notifications
You must be signed in to change notification settings - Fork 7
/
contribute.json
38 lines (37 loc) · 956 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
35
36
37
{
"name": "mozilla.ch",
"description": "Swiss mozilla community website",
"repository": {
"url": "https://github.com/mozillach/mozilla.ch",
"license": "MPL-2.0",
"type": "git",
"tests": "https://travis-ci.org/mozillach/mozilla.ch",
"clone": "https://github.com/mozillach/mozilla.ch.git"
},
"participate": {
"docs": "https://github.com/mozillach/mozilla.ch/blob/master/README.md",
"irc": "irc://irc.mozilla.org/#mozilla.ch",
"irc-contacts": [
"mkohler",
"colin",
"freaktechnik"
],
"mailing-list": "https://discourse.mozilla-community.org/c/communities/switzerland"
},
"bugs": {
"list": "https://github.com/mozillach/mozilla.ch/issues",
"report": "https://github.com/mozillach/mozilla.ch/issues/new"
},
"urls": {
"prod": "https://mozilla.ch"
},
"keywords": [
"mozilla",
"switzerland",
"community",
"php",
"js",
"symfony",
"docker"
]
}