is-firefox
Version:
Check if browser is Firefox
27 lines (26 loc) • 465 B
JSON
{
"name": "is-firefox",
"version": "1.0.3",
"description": "Check if browser is Firefox",
"license": "MIT",
"repository": "gillstrom/is-firefox",
"author": {
"name": "Andreas Gillström",
"email": "andreasgillstrom@gmail.com",
"url": "github.com/gillstrom"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"browser",
"check",
"detect",
"ff",
"firefox",
"mozilla"
]
}