forked from adrianspeyer/vanilladocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 819 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
{
"name": "vanilla-docs",
"private": true,
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.2.0",
"oboe": "~1.14.3",
"vue": "~0.10.4",
"lunr.js": "~0.5.2",
"store.js": "~1.3.16"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"js/transition.js",
"js/alert.js",
"js/button.js",
"js/carousel.js",
"js/collapse.js",
"js/dropdown.js",
"js/modal.js",
"js/tooltip.js",
"js/popover.js",
"js/scrollspy.js",
"js/tab.js",
"js/affix.js",
"fonts/glyphicons-halflings-regular.eot",
"fonts/glyphicons-halflings-regular.svg",
"fonts/glyphicons-halflings-regular.ttf",
"fonts/glyphicons-halflings-regular.woff"
]
}
}
}