forked from metricsgraphics/metrics-graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 838 Bytes
/
bower.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
38
39
40
41
{
"name": "metrics-graphics",
"main": [
"dist/metricsgraphics.js",
"dist/metricsgraphics.css"
],
"dependencies": {
"d3": ">=4"
},
"ignore": [
".DS_Store",
".git",
".gitignore",
"examples",
"gulp",
"gulpfile.js",
"index.js",
"node_modules",
"package.json",
"src",
"testem.json",
"tests"
],
"license": "MPL-2.0",
"authors": [
"Ali Almossawi", "Ali Almossawi (http://twitter.com/alialmossawi)>",
"Hamilton Ulmer", "Hamilton Ulmer (http://twitter.com/hamiltonulmer)>"
],
"homepage": "http://metricsgraphicsjs.org",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/metrics-graphics.git"
},
"keywords": [
"metrics-graphics",
"metricsgraphicsjs",
"metricsgraphics",
"metricsgraphics.js",
"d3 charts"
]
}