forked from Quartz/Chartbuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 1015 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
{
"name": "Chartbuilder",
"version": "0.6.3",
"main": [
"js/chartbuilder.js",
"js/gneisschart.js",
"css/chartbuilder.css",
"css/colorPicker.css",
"css/gneisschart.css",
"index.html"
],
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "https://github.com/Quartz/Chartbuilder.git"
},
"dependencies": {
"canvg": "https://canvg.googlecode.com/files/canvg-1.3.zip",
"d3": "~2.10.3",
"jquery": "~1.8.1",
"modernizr": "~2.6.1",
"rgbcolor": "http://www.phpied.com/files/rgbcolor/rgbcolor.js",
"really-simple-color-picker": "https://github.com/laktek/really-simple-color-picker.git",
"jquery-csv": "https://jquery-csv.googlecode.com/files/jquery.csv-0.71.min.js",
"html5-boilerplate": "~4.2.0",
"webfontloader": "https://github.com/typekit/webfontloader.git",
"StackBlur": "http://www.quasimondo.com/StackBlurForCanvas/StackBlur.js",
"sugar": "~1.4.1"
}
}