forked from satnogs/satnogs-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
64 lines (64 loc) · 1.68 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
{
"name": "satnogs-network",
"description": "a network of distributed SatNOGS ground stations",
"version": "0.1.0",
"homepage": "https://github.com/satnogs/satnogs-network",
"license": "AGPL-3.0",
"dependencies": {
"jquery": "2.1.x",
"bootstrap": "3.3.x",
"bootstrap3-datetimepicker": "4.17.x",
"d3": "3.5.x",
"d3-timeline": "0.0.4",
"mapbox.js": "2.2.x",
"moment": "2.15.x",
"wavesurfer.js": "1.2.x",
"uri.js": "1.18.x",
"dnt-helper": "schalkneethling/dnt-helper"
},
"overrides": {
"jquery": {
"main": "dist/jquery.min.js"
},
"bootstrap": {
"main": [
"dist/css/bootstrap.min.css",
"dist/js/bootstrap.min.js",
"dist/fonts/*"
]
},
"bootstrap3-datetimepicker": {
"main": [
"build/css/bootstrap-datetimepicker.min.css",
"build/js/bootstrap-datetimepicker.min.js"
]
},
"d3": {
"main": "d3.min.js"
},
"d3-timeline": {
"main": "src/d3-timeline.js"
},
"mapbox.js": {
"main": [
"mapbox.css",
"mapbox.js"
]
},
"moment": {
"main": "moment.js"
},
"wavesurfer.js": {
"main": [
"dist/wavesurfer.min.js",
"dist/plugin/wavesurfer.spectrogram.min.js"
]
},
"uri.js": {
"main": "src/URI.min.js"
},
"dnt-helper": {
"main": "js/dnt-helper.js"
}
}
}