mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
14 lines
362 B
JSON
14 lines
362 B
JSON
{
|
|
"name": "ua-parser-js",
|
|
"version": "0.5.15",
|
|
"description": "Lightweight JavaScript-based user-agent string parser",
|
|
"keywords": ["user-agent", "parser", "browser", "engine", "os", "device"],
|
|
"scripts": ["ua-parser.js"],
|
|
"main": "ua-parser.js",
|
|
"license": "MIT",
|
|
"development": {
|
|
"visionmedia/mocha": "*",
|
|
"mishoo/UglifyJS2": "*"
|
|
}
|
|
}
|