-
Notifications
You must be signed in to change notification settings - Fork 24
/
libman.json
118 lines (118 loc) · 2.82 KB
/
libman.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "admin-lte@2.4.18",
"destination": "wwwroot/lib/admin-lte/"
},
{
"library": "twitter-bootstrap@3.4.1",
"destination": "wwwroot/lib/bootstrap/"
},
{
"library": "jquery@3.4.1",
"destination": "wwwroot/lib/jquery/"
},
{
"library": "font-awesome@4.7.0",
"destination": "wwwroot/lib/font-awesome/"
},
{
"library": "ionicons@2.0.1",
"destination": "wwwroot/lib/ionicons/"
},
{
"library": "fastclick@1.0.6",
"destination": "wwwroot/lib/fastclick/"
},
{
"library": "jQuery-slimScroll@1.3.8",
"destination": "wwwroot/lib/jQuery-slimScroll/"
},
{
"library": "iCheck@1.0.2",
"destination": "wwwroot/lib/iCheck/"
},
{
"library": "fullcalendar@3.10.1",
"destination": "wwwroot/lib/fullcalendar/"
},
{
"library": "moment.js@2.24.0",
"destination": "wwwroot/lib/moment.js/"
},
{
"library": "jqueryui@1.12.1",
"destination": "wwwroot/lib/jqueryui/"
},
{
"library": "bootstrap3-wysiwyg@0.3.3",
"destination": "wwwroot/lib/bootstrap3-wysiwyg/"
},
{
"library": "jvectormap@2.0.4",
"destination": "wwwroot/lib/jvectormap/"
},
{
"library": "raphael@2.3.0",
"destination": "wwwroot/lib/raphael/"
},
{
"library": "morris.js@0.5.1",
"destination": "wwwroot/lib/morris.js/"
},
{
"library": "bootstrap-daterangepicker@3.0.5",
"destination": "wwwroot/lib/bootstrap-daterangepicker/"
},
{
"library": "jQuery-Knob@1.2.13",
"destination": "wwwroot/lib/jQuery-Knob/"
},
{
"library": "jquery-sparklines@2.1.2",
"destination": "wwwroot/lib/jquery-sparklines/"
},
{
"library": "bootstrap-datepicker@1.9.0",
"destination": "wwwroot/lib/bootstrap-datepicker/"
},
{
"library": "datatables@1.10.19",
"destination": "wwwroot/lib/datatables/"
},
{
"library": "select2@4.0.12",
"destination": "wwwroot/lib/select2/"
},
{
"library": "inputmask@4.0.9",
"destination": "wwwroot/lib/inputmask/"
},
{
"library": "bootstrap-colorpicker@2.5.3",
"destination": "wwwroot/lib/bootstrap-colorpicker/"
},
{
"library": "bootstrap-timepicker@0.5.2",
"destination": "wwwroot/lib/bootstrap-timepicker/"
},
{
"library": "Chart.js@1.1.1",
"destination": "wwwroot/lib/Chart.js/"
},
{
"library": "flot@0.8.3",
"destination": "wwwroot/lib/flot/"
},
{
"library": "pace@1.0.2",
"destination": "wwwroot/lib/pace/"
},
{
"library": "bootstrap-slider@10.6.2",
"destination": "wwwroot/lib/bootstrap-slider/"
}
]
}