-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
79 lines (79 loc) · 1.64 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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "edools-elegance-theme",
"description": "A base theme for Edools Core",
"main": "index.js",
"authors": [
"Mayke Freitas"
],
"license": "ISC",
"keywords": [
"edools",
"theme"
],
"homepage": "https://github.com/Edools/core",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap-datepicker": "^1.6.0",
"jquery": "^2.2.2",
"bootstrap": "^3.3.6",
"jquery-timeago": "^1.5.2",
"jquery-mask-plugin": "^1.14.0",
"moment": "^2.12.0",
"moment-timezone": "0.5.4",
"card": "^1.2.2",
"fastclick": "^1.0.6",
"readmore-js": "^2.2.0",
"compass-sass-mixins": "*",
"lodash": "^4.16.4",
"bLazy": "blazy#^1.8.2",
"async": "^2.1.4",
"spinthatshit": "SpinThatShit#^1.0.3",
"liquid.js": "^1.3.2",
"jquery.scrollbar": "^0.2.11",
"owl.carousel": "^2.2.1",
"jquery-serialize-object": "^2.5.0"
},
"overrides": {
"jquery": {
"main": []
},
"bootstrap-datepicker": {
"main": [
"dist/css/bootstrap-datepicker3.css",
"dist/js/bootstrap-datepicker.min.js",
"dist/locales/bootstrap-datepicker.pt-BR.min.js"
]
},
"jquery-timeago": {
"main": [
"jquery.timeago.js",
"locales/jquery.timeago.pt-br.js"
]
},
"moment": {
"main": [
"moment.js",
"locale/pt-br.js"
]
},
"card": {
"main": [
"lib/js/card.js",
"lib/js/jquery.card.js"
]
},
"liquid.js": {
"main": [
"dist/liquid.js"
]
}
}
}