forked from MozillaFoundation/foundation.mozilla.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
37 lines (37 loc) · 844 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 Network",
"description": "Website for the Mozilla Network",
"repository": {
"url": "https://github.com/mozilla/network",
"license": "MPL2"
},
"participate": {
"home": "https://github.com/mozilla/network/",
"docs": "https://github.com/mozilla/network/#mozilla-network",
"irc": "irc://irc.mozilla.org/#foundation",
"irc-contacts": [
"cade",
"alanmoo",
"mattheww",
"Pomax"
]
},
"bugs": {
"list": "https://github.com/mozilla/network/issues",
"report": "https://github.com/mozilla/network/issues/new"
},
"urls": {
"prod": "network.mofoprod.net",
"staging": "network.mofostaging.net",
"dev": "network-dev.mofostaging.net"
},
"keywords": [
"JavaScript",
"HTML",
"NodeJS",
"CSS",
"Sass",
"Pug",
"ReactJS"
]
}