@react-native-oh-tpl/react-native-user-agent
Version:
Library that helps you to get mobile application user agent and web view user agent strings.
38 lines (37 loc) • 922 B
JSON
{
"name": "@react-native-oh-tpl/react-native-user-agent",
"version": "2.3.1-0.0.1",
"description": "Library that helps you to get mobile application user agent and web view user agent strings.",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/react-native-oh-library/react-native-user-agent.git"
},
"harmony": {
"alias": "react-native-user-agent",
"codegenConfig": {
"specPaths": [
"./src"
]
}
},
"keywords": [
"react-native",
"user-agent",
"user agent",
"http",
"webView",
"httpUserAgent",
"harmony"
],
"author": "Bebnev Anton <bambr.ab@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bebnev/react-native-user-agent/issues"
},
"homepage": "https://github.com/bebnev/react-native-user-agent",
"peerDependencies": {
"react-native": "*"
}
}