forked from metricsgraphics/metrics-graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
29 lines (29 loc) · 945 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": "MetricsGraphics.js",
"description": "A library optimized for concise, principled data graphics and layouts.",
"repository": {
"url": "https://github.com/mozilla/metrics-graphics",
"license": "MPL2",
"tests": "https://travis-ci.org/mozilla/metrics-graphics/"
},
"participate": {
"home": "http://metricsgraphicsjs.org/",
"docs": "https://github.com/mozilla/metrics-graphics/wiki#resources",
"irc": "irc://irc.mozilla.org/#metrics",
"irc-contacts": [
"almossawi",
"hulmer"
]
},
"bugs": {
"list": "https://github.com/mozilla/metrics-graphics/issues",
"report": "https://github.com/mozilla/metrics-graphics/issues/new",
"mentored": "https://github.com/mozilla/metrics-graphics/labels/help%20wanted"
},
"keywords": [
"nodejs",
"d3",
"data",
"graphics"
]
}