-
Notifications
You must be signed in to change notification settings - Fork 3
/
w20-bootstrap-2.w20.json
93 lines (93 loc) · 2.58 KB
/
w20-bootstrap-2.w20.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"id": "w20-bootstrap-2",
"name": "W20 Bootstrap",
"description": "W20 bootstrap framework provider",
"modules": {
"css-framework": {
"path": "{w20-bootstrap-2}/modules/css-framework",
"autoload": true,
"configSchema": {
"title": "CSS Framework module configuration",
"type": "object",
"additionalProperties": false
}
}
},
"requireConfig": {
"map": {
"*": {
"{css-framework}": "{w20-bootstrap-2}"
}
},
"paths": {
"{bootstrap}": "${components-path:node_modules}/bootstrap-2.3.2",
"{angular-animate}": "${components-path:node_modules}/angular-animate",
"{angular-bootstrap}": "${components-path:node_modules}/angular-ui-bootstrap",
"{font-awesome}": "${components-path:node_modules}/font-awesome"
},
"shim": {
"{bootstrap}/js/bootstrap-transition": [
"jquery"
],
"{bootstrap}/js/bootstrap-alert": [
"jquery"
],
"{bootstrap}/js/bootstrap-carousel": [
"jquery"
],
"{bootstrap}/js/bootstrap-collapse": [
"jquery"
],
"{bootstrap}/js/bootstrap-dropdown": [
"jquery"
],
"{bootstrap}/js/bootstrap-modal": [
"jquery"
],
"{bootstrap}/js/bootstrap-scrollspy": [
"jquery"
],
"{bootstrap}/js/bootstrap-tab": [
"jquery"
],
"{bootstrap}/js/bootstrap-tooltip": [
"jquery"
],
"{bootstrap}/js/bootstrap-popover": [
"jquery"
],
"{bootstrap}/js/bootstrap-typeahead": [
"jquery"
],
"{bootstrap}/js/bootstrap-affix": [
"jquery"
],
"{angular-animate}/angular-animate":[
"{angular}/angular"
],
"{angular-bootstrap}/ui-bootstrap-tpls": [
"{bootstrap}/js/bootstrap-transition",
"{bootstrap}/js/bootstrap-alert",
"{bootstrap}/js/bootstrap-carousel",
"{bootstrap}/js/bootstrap-collapse",
"{bootstrap}/js/bootstrap-dropdown",
"{bootstrap}/js/bootstrap-modal",
"{bootstrap}/js/bootstrap-scrollspy",
"{bootstrap}/js/bootstrap-tab",
"{bootstrap}/js/bootstrap-tooltip",
"{bootstrap}/js/bootstrap-popover",
"{bootstrap}/js/bootstrap-typeahead",
"{bootstrap}/js/bootstrap-affix",
"{angular-animate}/angular-animate"
]
}
},
"i18n": {
"en": [
"{w20-bootstrap-2}/i18n/messages-en.json"
],
"fr": [
"{w20-bootstrap-2}/i18n/messages-fr.json"
]
}
}