forked from mozilla/dxr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
contribute.json
31 lines (31 loc) · 1.15 KB
/
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
{
"name": "DXR",
"description": "Mozilla's code search and navigation tool, aimed at making sense of large projects like Firefox.",
"repository": {
"url": "https://github.com/mozilla/dxr",
"license": "MIT",
"tests": "https://travis-ci.org/mozilla/dxr"
},
"participate": {
"home": "https://dxr.readthedocs.org/en/latest/community.html",
"docs": "https://dxr.readthedocs.org/en/latest/development.html",
"irc": "irc://irc.mozilla.org/#static",
"irc-contacts": ["ErikRose"]
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?order=Importance&resolution=---&query_format=advanced&component=DXR&product=Webtools",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Webtools&component=DXR",
"mentored": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=whiteboard%3Aeasy%20component%3ADXR&list_id=6127603"
},
"urls": {
"prod": "https://dxr.mozilla.org/",
"stage": "https://dxr.allizom.org/"
},
"keywords": [
"flask",
"jquery",
"python",
"javascript",
"static analysis"
]
}