forked from sismurakamiy/e2d3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
61 lines (61 loc) · 1.16 KB
/
bower.json
File metadata and controls
61 lines (61 loc) · 1.16 KB
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
53
54
55
56
57
58
59
60
61
{
"name": "e2d3",
"version": "0.4.0",
"authors": [
"E2D3"
],
"description": "E2D3 is JavaScript library for using D3.js on Excel.",
"license": "E2D3",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs": "~2.2.0",
"requirejs-domready": "~2.0.1",
"requirejs-text": "~2.0.13",
"bootstrap-sass-official": "~3.3.6",
"d3": "~3.5.16",
"font-awesome": "~4.5.0",
"FileSaver": "*",
"canvg-gabelerner": "*",
"marked": "~0.3.5",
"vue": "~1.0.20",
"vue-i18n": "~2.4.1",
"colorbrewer": "~1.0.0",
"js-yaml": "3.5.5"
},
"overrides": {
"requirejs-domready": {
"main": "domReady.js"
},
"requirejs-text": {
"main": "text.js"
},
"vue-i18n": {
"main": "dist/vue-i18n.js"
},
"d3.promise": {
"main": "dist/d3.promise.js"
},
"FileSaver": {
"main": "FileSaver.js"
},
"font-awesome": {
"main": "fonts/*"
},
"canvg-gabelerner": {
"main": [
"canvg.js",
"stackblur.js",
"rgbcolor.js"
]
}
},
"resolutions": {
"d3": "~3.5.5"
}
}