forked from unlhcc/HCCGo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
82 lines (82 loc) · 1.63 KB
/
Copy pathbower.json
File metadata and controls
82 lines (82 loc) · 1.63 KB
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
{
"name": "HCCGo",
"version": "0.0.1",
"homepage": "https://github.com/djw8605/HCCGo",
"authors": [
"Derek Weitzel <djw8605@gmail.com>"
],
"description": "HCC Go",
"main": "HCCGo/app/index.html",
"license": "MIT",
"dependencies": {
"bootstrap-material-design": "~0.3.0",
"jquery": "~2.1.3",
"angular": "~1.3.15",
"angular-route": "~1.3.15",
"angular-resource": "~1.3.15",
"bootstrap": "~3.3.4",
"selectize": "~0.12.1",
"jquery-file-tree": "~1.0.1",
"angular-toastr": "~1.7.0",
"bootbox": "~4.4.0",
"tether": "^1.4.0",
"ace-builds": "^1.2.6",
"font-awesome": "~4.7.0"
},
"exportsOverride": {
"selectize": {
"": [
"dist/css/selectize.bootstrap3.css",
"dist/js/selectize.js"
]
},
"bootstrap": {
"css": [
"**/*.css",
"**/*.map"
],
"js": "**/*.js",
"less": "**/*.less",
"fonts": [
"**/*.eot",
"**/*.svg",
"**/*.ttf",
"**/*.woff",
"**/*.woff2"
]
},
"bootstrap-material-design": {
"": [
"**/*.css",
"**/*.map",
"**/*.js",
"**/*.less",
"**/*.eot",
"**/*.svg",
"**/*.ttf",
"**/*.woff"
]
},
"jquery-file-tree": {
"img": [
"**/img/*.png",
"**/img/*.gif"
],
"css": "**/*.css",
"js": "**/*.js"
},
"font-awesome": {
"css": "**/*.css",
"fonts": [
"**/*.eot",
"**/*.svg",
"**/*.ttf",
"**/*.woff",
"**/*.woff2"
]
}
},
"resolutions": {
"angular": "~1.3.15"
}
}