forked from mozilla-frontend-infra/codetribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
32 lines (32 loc) · 867 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
{
"name": "Codetribute",
"description": "A site for connecting contributors to Mozilla's open-source projects.",
"repository": {
"url": "https://github.com/mozilla-frontend-infra/codetribute",
"license": "MPL2",
"tests": "https://travis-ci.com/mozilla-frontend-infra/codetribute"
},
"participate": {
"home": "https://github.com/mozilla-frontend-infra/codetribute",
"docs": "https://github.com/mozilla-frontend-infra/codetribute/blob/master/README.md",
"irc": "irc://irc.mozilla.org/#frontend-infra",
"irc-contacts": [
"hassan",
"Eli",
"dustin"
]
},
"bugs": {
"list": "https://github.com/mozilla-frontend-infra/codetribute/issues"
},
"urls": {
"prod": "https://www.codetribute.mozilla.org"
},
"keywords": [
"javascript",
"react",
"graphql",
"github",
"bugzilla"
]
}