forked from Esri/cedar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 793 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
{
"name": "cedar",
"version": "0.0.0",
"homepage": "https://github.com/esri/cedar",
"authors": [
"Dave Bouwman <dave@davebouwman.com>"
],
"description": "Charting for the ArcGIS platform",
"main": [
"src/cedar.js",
"src/charts/bar-horizontal.json",
"src/charts/bar.json",
"src/charts/bubble.json",
"src/charts/pie.json",
"src/charts/scatter.json",
"src/charts/sparkline.json",
"src/charts/time.json"
],
"license": "Apache 2",
"private": true,
"ignore": [
"site",
"spec",
".gitignore",
".jshintrc",
"Gruntfile.js",
"karma.conf.js",
"package.json"
],
"dependencies": {
"d3": "~3.5.6"
},
"resolutions": {
"d3": "~3.5.6"
},
"devDependencies": {
"bootstrap-sass-official": "~3.3.4"
}
}