-
Notifications
You must be signed in to change notification settings - Fork 41
/
contribute.json
37 lines (37 loc) · 961 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 Pulse",
"description": "A platform for discovering and collaborating on projects for a healthy internet.",
"repository": {
"url": "https://github.com/mozilla/network-pulse",
"license": "MPL2",
"tests": "https://travis-ci.org/mozilla/network-pulse"
},
"participate": {
"home": "https://github.com/mozilla/network-pulse",
"docs": "https://github.com/mozilla/network-pulse",
"irc": "irc://irc.mozilla.org/#foundation",
"irc-contacts": [
"cade",
"alanmoo",
"mattheww",
"Pomax",
"mavis"
]
},
"bugs": {
"list": "https://github.com/mozilla/network-pulse/issues",
"report": "https://github.com/mozilla/network-pulse/issues/new"
},
"urls": {
"prod": "https://www.mozillapulse.org",
"staging": "https://network-pulse-staging.herokuapp.com"
},
"keywords": [
"JavaScript",
"HTML",
"NodeJS",
"CSS",
"Sass",
"ReactJS"
]
}