-
Notifications
You must be signed in to change notification settings - Fork 16
/
contribute.json
29 lines (29 loc) · 999 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
{
"name": "Basket",
"description": "A mailing list subscription service that abstracts away the list provider.",
"repository": {
"url": "https://github.com/mozmeao/basket",
"license": "MPL2",
"tests": "https://circleci.com/gh/mozmeao/basket/"
},
"participate": {
"home": "https://github.com/mozmeao/basket",
"docs": "http://basket.readthedocs.org/en/latest/",
"irc": "irc://irc.mozilla.org/#basket",
"irc-contacts": ["pmac", "giorgos", "jgmize"]
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?product=Websites&component=Basket&resolution=---",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Websites&component=Basket"
},
"urls": {
"prod": "https://basket.mozilla.org/",
"stage": "https://basket.allizom.org/",
"dev": "https://basket-dev.allizom.org/"
},
"keywords": [
"django",
"mysql",
"python"
]
}