mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
15 lines
396 B
JSON
15 lines
396 B
JSON
{
|
|
"name": "ua-parser-js",
|
|
"version": "0.5.22",
|
|
"description": "Lightweight JavaScript-based user-agent string parser",
|
|
"keywords": ["user-agent", "parser", "browser", "engine", "os", "device"],
|
|
"scripts": ["src/ua-parser.js"],
|
|
"main": "src/ua-parser.js",
|
|
"license": "MIT",
|
|
"development": {
|
|
"jshint/jshint": "*",
|
|
"visionmedia/mocha": "*",
|
|
"mishoo/uglifyjs2": "*"
|
|
}
|
|
}
|