forked from dronekit/droneshare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
102 lines (102 loc) · 2.43 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "droneshare",
"version": "1.0.0",
"dependencies": {
"angular": "1.3.0-beta.5",
"angular-animate": "1.3.0-beta.5",
"angular-mocks": "1.3.0-beta.5",
"angular-route": "1.3.0-beta.5",
"bootstrap": "3.1.1",
"html5shiv": "3.7.0",
"json3": "3.3.0",
"requirejs": "2.1.11",
"angulartics": "~0.15.17",
"angular-flot": "0.0.3",
"flot": "~0.8.3",
"angular-social": "~0.1.1",
"ng-file-upload": "~1.3.2",
"jasmine-jquery": "~2.0.5",
"ngInfiniteScroll": "~1.1.2",
"ngprogress-lite": "~1.0.6",
"ng-ladda-bootstrap": "*",
"spin.js": "~1.3.2",
"highcharts-ng": "~0.0.7"
},
"exportsOverride": {
"angular": {
"scripts/libs": "angular.min.js{,.map}"
},
"angular-animate": {
"scripts/libs": "angular-animate.min.js{,.map}"
},
"angular-mocks": {
"scripts/libs": "angular-mocks.js"
},
"angular-route": {
"scripts/libs": "angular-route.min.js{,.map}"
},
"bootstrap": {
"fonts": "dist/fonts/*.{eot,svg,ttf,woff}",
"styles": "less/*.less"
},
"html5shiv": {
"scripts/libs": "dist/html5shiv-printshiv.js"
},
"flot": {
"scripts/libs": [
"jquery.js",
"jquery.flot.js",
"jquery.flot.time.js"
]
},
"json3": {
"scripts/libs": "lib/json3.min.js"
},
"requirejs": {
"scripts/libs": "require.js"
},
"angulartics": {
"scripts/libs": [
"dist/angulartics-ga.min.js",
"dist/angulartics.min.js"
]
},
"angular-flot": {
"scripts/libs": "angular-flot.js"
},
"angular-social": {
"scripts/libs": "angular-social.js",
"styles": "angular-social.css"
},
"ng-file-upload": {
"scripts/libs": [
"angular-file-upload.min.js",
"angular-file-upload-shim.min.js",
"FileAPI.flash.swf",
"FileAPI.min.js"
]
},
"jasmine-jquery": {
"scripts/libs": "lib/jasmine-jquery.js"
},
"ngInfiniteScroll": {
"scripts/libs": "build/ng-infinite-scroll.js"
},
"ngprogress-lite": {
"scripts/libs": "ngprogress-lite.js",
"styles": "ngprogress-lite.css"
},
"ng-ladda-bootstrap": {
"scripts/libs": "dist/ng-ladda-bootstrap.js"
},
"highcharts-ng": {
"scripts/libs": "dist/highcharts-ng.js"
},
"highcharts": {
"scripts/libs": "highcharts.js"
}
},
"resolutions": {
"angular": "1.3.0-beta.5"
}
}