-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
52 lines (52 loc) · 1.08 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
{
"name": "project-skeleton",
"description": "Project Skeleton.",
"main": "gulpfile.js",
"authors": [
"Robotica en la escuela <roboticaenlaescuela@dc.uba.ar>"
],
"license": "ISC",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "^1.3.3",
"jquery": "^3.2.1",
"normalize-css": "^4.1.1",
"font-awesome": "^4.7.0",
"underscore": "^1.8.3",
"bootstrap-sass": "bootstrap-sass-official#^3.3.7",
"bootstrap": "^3.3.7",
"jquery-ui": "^1.12.1",
"jqueryui-touch-punch": "*",
"toastr": "^2.1.2",
"bootstrap-material-design": "^0.5.10",
"keymaster": "^1.6.3",
"mdi": "^1.9.32",
"bootbox.js": "^4.4.0"
},
"overrides": {
"bootstrap-sass": {
"main": [
"./assets/fonts/**/*",
"./assets/javascripts/**/*",
"./assets/stylesheets/_bootstrap.scss"
]
},
"mdi": {
"main": [
"./fonts/*",
"./css/*"
]
}
},
"resolutions": {
"jquery": "^3.2.1"
}
}