-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
86 lines (86 loc) · 1.76 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
{
"name": "spec-check",
"description": "A webapp for sharing and reviewing RC blackbox logs",
"main": "./dist/index.html",
"authors": [
"Myles Shannon"
],
"license": "MIT",
"keywords": [
"RC",
"multirotor",
"quadcopter",
"AngularJS"
],
"homepage": "https://jot.mylesshannon.me",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"jquery": "^2.2.3",
"angular": "^1.5.7",
"angular-route": "^1.5.7",
"font-awesome": "^4.6.3",
"bootstrap": "^3.3.6",
"satellizer": "^0.15.3",
"angular-toastr": "^2.0.0",
"angular-animate": "^1.5.8",
"angular-cookies": "^1.5.8",
"d3": "^4.7.3",
"ng-file-upload": "^12.2.13"
},
"exportsOverride": {
"jquery": {
"js": "dist/jquery.min.js"
},
"angular": {
"js": [
"angular.min.js",
"angular.min.js.map"
]
},
"angular-route": {
"js": [
"angular-route.min.js",
"angular-route.min.js.map"
]
},
"angular-cookies": {
"js": [
"angular-cookies.min.js",
"angular-cookies.min.js.map"
]
},
"font-awesome": {
"css": "css/font-awesome.min.css",
"fonts": "fonts/*"
},
"bootstrap": {
"js": "dist/js/bootstrap.min.js",
"fonts": "dist/fonts/*"
},
"satellizer": {
"js": "dist/satellizer.min.js"
},
"angular-toastr": {
"js": "dist/angular-toastr.tpls.min.js",
"css": "dist/angular-toastr.min.css"
},
"angular-animate": {
"js": [
"angular-animate.min.js",
"angular-animate.min.js.map"
]
},
"d3": {
"js": "d3.min.js"
},
"ng-file-upload": {
"js": "ng-file-upload.min.js"
}
}
}