is-ua-webview
Version:
useragent parsing for webview detection
33 lines (32 loc) • 663 B
JSON
{
"name": "is-ua-webview",
"version": "1.1.2",
"description": "useragent parsing for webview detection",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha.js"
},
"repository": {
"type": "git",
"url": "https://github.com/atomantic/is-ua-webview.git"
},
"keywords": [
"webview",
"mobile",
"detection",
"parsing",
"is-ua-webview",
"is-webview",
"user-agent"
],
"author": "Adam Eivy",
"license": "ISC",
"bugs": {
"url": "https://github.com/dtudury/is-ua-webview/issues"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.1.0",
"should": "^13.2.3"
}
}