forked from metricsgraphics/metrics-graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.06 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "metrics-graphics",
"version": "1.0.0",
"main": [
"js/metricsgraphics.min.js",
"css/metricsgraphics.css"
],
"dependencies": {
"jquery": "~1.11.1",
"bootstrap": "~3.1.1",
"d3": "~3.4.8"
},
"ignore": [
".DS_Store",
".git",
".gitignore",
"css/metrics-graphics-demo.css",
"css/highlightjs-default.css",
"data",
"images/divider.png",
"images/og-logo.png",
"images/logo.svg",
"js/main.js",
"js/metricsgraphics.js",
"js/lib",
"src",
"make.py",
"index.htm",
"dev.htm",
"examples.htm",
"interactive-demo.htm"
],
"license": "MPL-2.0",
"authors": [
"Ali Almossawi", "Ali Almossawi (http://twitter.com/alialmossawi)>",
"Hamilton Ulmer", "Hamilton Ulmer (http://github.com/hamilton)>"
],
"homepage": "http://metricsgraphicsjs.org",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/metrics-graphics.git"
},
"keywords": [
"metrics-graphics",
"metricsgraphicsjs",
"metricsgraphics",
"metricsgraphics.js",
"d3 charts"
]
}