mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
41 lines
953 B
JSON
41 lines
953 B
JSON
{
|
|
"title" : "UA-Parser.js",
|
|
"name" : "ua-parser-js",
|
|
"version" : "0.2.1",
|
|
"author" : {
|
|
"name" : "Faisal Salman",
|
|
"email" : "fyzlman@gmail.com",
|
|
"url" : "http://faisalman.com"
|
|
},
|
|
"description" : "Lightweight JavaScript-based user-agent parser",
|
|
"keywords" : [
|
|
"user-agent",
|
|
"parser",
|
|
"browser"
|
|
],
|
|
"homepage" : "http://faisalman.github.com/ua-parser-js",
|
|
"contributors": [
|
|
{
|
|
"name" : "Faisal Salman",
|
|
"email" : "fyzlman@gmail.com"
|
|
}
|
|
],
|
|
"main" : "ua-parser.js",
|
|
"repositories": [
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://github.com/faisalman/ua-parser-js.git"
|
|
}
|
|
],
|
|
"licenses" : [
|
|
{
|
|
"type" : "GPLv2",
|
|
"url" : "http://www.gnu.org/licenses/gpl-2.0.html"
|
|
},
|
|
{
|
|
"type" : "MIT",
|
|
"url" : "http://www.opensource.org/licenses/mit-license.php"
|
|
}
|
|
]
|
|
}
|