ua-parser-js/package.json
2012-08-04 05:14:17 +07:00

47 lines
974 B
JSON

{
"title": "UA-Parser.js",
"name": "ua-parser-js",
"version": "0.3.1",
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
"description": "Light-weight JavaScript-based all-in-one user-agent parser",
"keywords": [
"user agent",
"parser",
"browser",
"engine",
"os",
"device"
],
"homepage": "http://github.com/faisalman/ua-parser-js",
"contributors": [
"Faisal Salman <fyzlman@gmail.com>"
],
"main": "ua-parser",
"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"
}
],
"engines": {
"node": "*"
},
"directories": {
"lib": "."
},
"files": [
""
],
"repository": "git://github.com/faisalman/ua-parser-js.git"
}