ua-parser-js/package.json
2012-03-31 17:28:39 +07:00

41 lines
953 B
JSON

{
"title" : "UA-Parser.js",
"name" : "ua-parser-js",
"version" : "0.1.2",
"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"
}
]
}