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

17 lines
386 B
JSON

{
"name": "Bootstrap Table",
"website": "http://bootstrap-table.wenzhixin.net.cn/",
"matches": [
{
"regexp": "<link[^>]+href=\"[^>]*bootstrap-table(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "bootstrap-table(?:\\.min)?\\.js"
}
],
"implies": [
"Bootstrap",
"jQuery"
]
}