-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (39 loc) · 760 Bytes
/
bower.json
File metadata and controls
40 lines (39 loc) · 760 Bytes
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
{
"name": "bootstrap-amd",
"version": "1.0.1+bootstrap.3.3.4",
"license": "MIT",
"description": "AMD-ready versions of Bootstrap jQuery plugins",
"keywords": [
"bootstrap",
"amd",
"js"
],
"homepage": "https://github.com/InvisiLabs/bootstrap-amd",
"authors": [
"Dmytro Chekaliuk <d.chekaliuk@invisilabs.com>"
],
"moduleType": [
"amd"
],
"main": [
"lib/affix.js",
"lib/alert.js",
"lib/bootstrap.js",
"lib/button.js",
"lib/carousel.js",
"lib/collapse.js",
"lib/dropdown.js",
"lib/modal.js",
"lib/popover.js",
"lib/scrollspy.js",
"lib/tab.js",
"lib/tooltip.js",
"lib/transition.js"
],
"ignore": [
"/.*"
],
"dependencies": {
"jquery": ">= 2.1.0"
}
}