-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 870 Bytes
/
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
{
"name": "multivision",
"description": "Extreme tech training",
"main": "index.js",
"license": "ISC",
"homepage": "https://github.com/NayabSiddiqui/MultiVision",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.3",
"toastr": "^2.1.2",
"angular": "^1.5.5",
"angular-resource": "^1.5.5",
"angular-route": "^1.5.5",
"font-awesome": "^4.6.2",
"bootstrap": "^3.3.6",
"angular-mocks": "^1.5.5"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js",
"dist/css/bootstrap.min.css"
]
},
"font-awesome": {
"main": [
"less/font-awesome.less",
"css/font-awesome.css",
"css/font-awesome.min.css"
]
}
}
}