useragent.js
Version:
A simple project that allows you to display details about a computer's operating system or web browser with a user-agent.
27 lines (26 loc) • 549 B
JSON
{
"name": "useragent.js",
"main": "dist/useragent.min.js",
"version": "0.5.7",
"homepage": "https://zsxsoft.github.io/useragent.js",
"authors": [
"zsx <zsx@zsxsoft.com>"
],
"description": "A simple project that allows you to display details about a computer's operating system or web browser with a user-agent.",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"UserAgent"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}