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

15 lines
274 B
JSON

{
"name": "Phoenix",
"website": "https://github.com/Sazito/phoenix/",
"matches": [
{
"search": "meta[generator]",
"regexp": "^phoenix"
}
],
"implies": [
"React",
"webpack",
"Node.js"
]
}