-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1.58 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
{
"name": "tafordummies",
"private": true,
"dependencies": {
"jquery": "2.1.1",
"jquery-cookie": "1.4.1",
"underscore": "1.7.0",
"underscore.string": "2.4.0",
"moment": "2.8.4",
"numeral": "1.5.3",
"datejs": "1.0",
"flotcharts": "0.8.1",
"knockoutjs": "3.2.0",
"bootstrap": "3.3.1",
"bootstrap-datepicker": "1.3.0",
"select2": "3.5.2",
"seiyria-bootstrap-slider": "4.2.0",
"x-editable": "1.5.1",
"url-parser": "2.3.1",
"log4javascript": "1.4.9",
"font-awesome": "4.2.0",
"ta.js": "1.0.0-alpha.4"
},
"overrides": {
"underscore.string": {
"main": "lib/underscore.string.js"
},
"x-editable": {
"main": [
"dist/bootstrap3-editable/css/bootstrap-editable.css",
"dist/bootstrap3-editable/img/*",
"dist/bootstrap3-editable/js/bootstrap-editable.js"
]
},
"flotcharts": {
"main": [
"jquery.flot.js",
"jquery.flot.time.js",
"jquery.flot.selection.js",
"jquery.flot.crosshair.js"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.svg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"fonts/FontAwesome.otf"
]
}
}
}