Files
OneForAll-mirror/data/rules/wappalyzer/owl carousel.json
T
2020-07-29 00:02:06 +08:00

14 lines
341 B
JSON

{
"name": "OWL Carousel",
"website": "https://owlcarousel2.github.io/OwlCarousel2/",
"matches": [
{
"regexp": "<link [^>]*href=\"[^\"]+owl\\.carousel(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "owl\\.carousel.*\\.js"
}
],
"implies": "jQuery"
}