forked from locomotivecms/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
67 lines (67 loc) · 1.89 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
{
"name": "Locomotive Engine",
"homepage": "https://github.com/locomotivecms/engine",
"authors": [
"did <[email protected]>"
],
"description": "Back-office for the Locomotive CMS (run bower-installer)",
"main": "",
"moduleType": [
"globals"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/assets/components/locomotive",
"test",
"tests"
],
"dependencies": {
"backbone": "~1.2.3",
"bootstrap-tagsinput": "~0.7.1",
"select2":"~4.0.1",
"select2-bootstrap-css":"~1.4.6",
"eonasdan-bootstrap-datetimepicker":"~4.17.37"
},
"install" : {
"path" : "vendor/assets/components/locomotive",
"sources": {
"select2": {
"mapping": [
{
"vendor/assets/components/locomotive_sources/select2/dist/js/select2.full.js":"select2.js"
},
{
"vendor/assets/components/locomotive_sources/select2/dist/css/select2.css":"select2.css"
}
]
},
"eonasdan-bootstrap-datetimepicker": {
"mapping": [
{
"vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js":"bootstrap-datetimepicker.js"
},
{
"vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css":"bootstrap-datetimepicker.css"
}
]
},
"moment": {
"mapping": [
{
"vendor/assets/components/locomotive_sources/moment/min/moment-with-locales.min.js": "moment.js"
}
]
},
"moment-timezone": {
"mapping": [
{
"vendor/assets/components/locomotive_sources/moment-timezone/builds/moment-timezone-with-data-2010-2020.min.js": "moment-timezone.js"
}
]
}
}
}
}