forked from Quartz/Chartbuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 985 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 985 Bytes
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
{
"name": "Chartbuilder",
"version": "0.5.6",
"main": [
"./js/chartbuilder.js",
"./js/gneisschart.js",
"./css/chartbuilder.css",
"./colorPicker.css",
"./css/gneisschart.css",
"./index.html"
],
"scripts": [
"./js/chartbuilder.js",
"./js/gneisschart.js"
],
"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"
}
}