forked from densitydesign/raw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·52 lines (52 loc) · 1.75 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
51
52
{
"name": "Raw",
"version": "1.3.0",
"authors": [
"DensityDesign Lab",
"Calibro"
],
"description": "The missing link between spreadsheet and data visualization",
"main": "index.html",
"keywords": [
"Raw"
],
"license": "Apache License 2.0",
"homepage": "rawgraphs.io",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.6.10",
"d3": "5.4.0",
"d3-voronoi": "https://github.com/d3/d3-voronoi/releases/download/v1.1.2/d3-voronoi.zip",
"d3-delaunay": "https://github.com/d3/d3-delaunay/releases/download/v2.0.1/d3-delaunay.zip",
"d3-hexbin": "https://github.com/d3/d3-hexbin/releases/download/v0.2.2/d3-hexbin.zip",
"d3-sankey": "https://github.com/d3/d3-sankey/releases/download/v0.7.1/d3-sankey.zip",
"d3-contour": "https://github.com/d3/d3-contour/releases/download/v1.2.0/d3-contour.zip",
"d3-box": "https://gist.githubusercontent.com/mikima/28d130bd380fd9be113c7040315ec036/raw/ffc793f4843311dc6a898715eec2c4492c86aeb3/box.js",
"bootstrap": "3.3.6",
"angular-route": "1.6.10",
"angular-strap": "2.3.12",
"angular-animate": "1.6.10",
"jquery-ui": "1.12.1",
"angular-sanitize": "1.6.10",
"angular-bootstrap-colorpicker": "3.0.32",
"bootstrap-colorpicker": "2.5.0",
"FileSaver": "https://cdn.rawgit.com/eligrey/FileSaver.js/e9d941381475b5df8b7d7691013401e171014e89/FileSaver.min.js",
"angular-ui": "0.4.0",
"zeroclipboard": "2.3.0",
"canvas-toBlob.js": "https://github.com/eligrey/canvas-toBlob.js.git",
"jqueryui-touch-punch": "*",
"codemirror": "latest",
"ng-file-upload": "12.2.13",
"is_js": "0.9.0",
"js-xlsx": "0.13.0"
},
"resolutions": {
"angular": "1.6.10"
}
}