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