-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathbower.json
72 lines (72 loc) · 1.43 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "e2d3",
"version": "0.3.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.1.15",
"requirejs-domready": "~2.0.1",
"requirejs-text": "~2.0.13",
"react": "~0.12.2",
"jsx-requirejs-plugin": "~0.5.2",
"coffeescript": "~1.8.0",
"require-cs": "~0.5.0",
"bootstrap-sass-official": "~3.3.0",
"d3": "~3.4.13",
"underscore": "~1.7.0",
"queue-async": "~1.0.7",
"modernizr": "~2.8.3",
"CaptionHoverEffects": "*",
"markdown": "~0.5.0",
"font-awesome": "~4.2.0",
"jquery-deparam": "~0.2.0"
},
"overrides": {
"requirejs-domready": {
"main": "domReady.js"
},
"require-cs": {
"main": "cs.js"
},
"requirejs-text": {
"main": "text.js"
},
"modernizr": {
"main": "modernizr.js"
},
"CaptionHoverEffects": {
"main": [
"js/toucheffects.js",
"css/component.css"
]
},
"markdown": {
"main": "lib/markdown.js"
},
"font-awesome": {
"main": "fonts/*"
},
"coffeescript": {
"main": "extras/coffee-script.js"
},
"react": {
"main": [
"react.js",
"JSXTransformer.js"
]
}
},
"resolutions": {
"coffeescript": "~1.8.0"
}
}