-
Notifications
You must be signed in to change notification settings - Fork 24
/
bower.json
97 lines (97 loc) · 2.04 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
{ "name": "roulette-predictor"
, "description": "Online Casino Roulette Analyzer and Predictor"
, "main": "Makefile"
, "moduleType": [
"amd"
, "globals"
]
, "keywords": [
"casino"
, "roulette"
, "predictor"
, "javascript casino analyzer"
]
, "authors": [
]
, "license": "MIT"
, "homepage": "http://gsm-center.com.ua"
, "private": false
, "ignore": [
"**/.*"
, "etc"
, "node_modules"
, "bower_modules"
, "dist"
, "tests"
]
, "dependencies": {
"admin-lte": "^2.4.3"
, "animate.css": "~3.5.2"
, "bootstrap": "~3.3.7"
, "chart.js": "^2.7.1"
, "font-awesome": "~4.7.0"
, "jquery": "~3.3.1"
, "jquery-knob": "^1.2.13"
, "jquery-tmpl": "*"
, "noty": "~2.3.11"
, "requirejs": "~2.3.5"
, "underscore": "~1.8.3"
}
, "devDependencies": {}
, "overrides": {
"admin-lte": {
"main": [
"dist/**"
, "!**/demo.*"
, "!**/dashboard2.*"
, "!**/*.less"
, "!**/*.min.js"
]
}
, "bootstrap": {
"main": [
"dist/**/*.*"
, "!**/*.less"
, "!**/npm.js"
, "!**/bootstrap-theme.css"
, "!bootstrap-theme.css"
, "!dist/css/bootstrap-theme.css"
, "!**/*.min.js"
]
}
, "chart.js": {
"main": [
"dist/**/*.js"
]
}
, "font-awesome": {
"main": [
"fonts/*"
, "css/*.css"
, "!css/*.min.css"
]
}
, "jquery-tmpl": {
"main": [
"*.js"
]
}
}
, "group": {
"libs": [
"bootstrap"
, "chart.js"
, "jquery"
, "jquery-knob"
, "jquery-tmpl"
, "noty"
, "requirejs"
, "underscore"
]
, "fonts": [
"font-awesome"
]
, "front": ["libs", "fonts"]
}
}