-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 893 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
{
"name": "configuration-ui",
"version": "0.0.1",
"homepage": "https://github.com/BidTorrent/configuration-ui",
"authors": [
"bidTorrent.io"
],
"keywords": [
"rtb",
"plugnbid",
"plugandbid",
"header-bidding",
"headerbidding"
],
"ignore": [
"**/.*",
"node_modules",
"assets/vendors",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.1",
"angular-ui-router": "~0.2.15",
"font-awesome": "~4.3.0",
"angular-resource": "~1.4.1",
"bootstrap": "~3.3.5",
"bootstrap-autohidingnavbar": "~1.0.0",
"ng-notify": "~0.6.2",
"ngSmoothScroll": "[email protected]:d-oliveros/ngSmoothScroll.git#2542dd41d920774669f2be78c0dc786376447d3f",
"angular-local-storage": "~0.2.2",
"highcharts": "~4.1.8",
"angular-sanitize": "~1.4.4"
},
"resolutions": {
"bootstrap": "~3.3"
}
}