forked from Emplea-do/emplea_do
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibman.json
More file actions
80 lines (80 loc) · 2.47 KB
/
libman.json
File metadata and controls
80 lines (80 loc) · 2.47 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
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "mustache.js@3.0.3",
"destination": "wwwroot/lib/mustache",
"files": [ "mustache.min.js" ]
},
{
"library": "jquery@2.1.4",
"destination": "wwwroot/lib/jquery",
"files": [ "jquery.min.js" ]
},
{
"library": "popper.js@1.15.0",
"destination": "wwwroot/lib/popperjs"
},
{
"library": "twitter-bootstrap@4.0.0-beta",
"destination": "wwwroot/lib/bootstrap",
"files": [ "js/bootstrap.min.js" ]
},
{
"library": "aos@2.3.4",
"destination": "wwwroot/lib/aos"
},
{
"library": "jquery.perfect-scrollbar@0.8.1",
"destination": "wwwroot/lib/jquery.perfect-scrollbar",
"files": [ "js/perfect-scrollbar.jquery.min.js" ]
},
{
"library": "Counter-Up@1.0.0",
"destination": "wwwroot/lib/Counter-Up",
"files": [ "jquery.counterup.min.js" ]
},
{
"library": "slick-carousel@1.6.0",
"destination": "wwwroot/lib/slick-carousel",
"files": [ "slick.min.js" ]
},
{
"library": "bootstrap-datepicker@1.6.4",
"destination": "wwwroot/lib/bootstrap-datepicker",
"files": [ "js/bootstrap-datepicker.min.js" ]
},
{
"library": "jquery.isotope@3.0.5",
"destination": "wwwroot/lib/jquery.isotope",
"files": [ "isotope.pkgd.min.js" ]
},
{
"library": "summernote@0.8.11",
"destination": "wwwroot/lib/summernote",
"files": [ "summernote.min.js" ]
},
{
"provider": "unpkg",
"library": "select2@4.0.6-rc.1",
"destination": "wwwroot/lib/select2",
"files": [ "dist/js/select2.min.js" ]
},
{
"provider": "jsdelivr",
"library": "sweetalert2@9.7.2",
"destination": "wwwroot/lib/swal",
"files": [ "dist/sweetalert2.all.min.js", "dist/sweetalert2.min.css" ]
},
{
"library": "iCheck@1.0.2",
"destination": "wwwroot/lib/icheck"
},
{
"provider": "jsdelivr",
"library": "quill@1.3.7",
"destination": "wwwroot/lib/quill"
}
]
}