mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"title": "UA-Parser.JS",
|
|
"name": "ua-parser-js",
|
|
"version": "0.5.0",
|
|
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
|
|
"description": "Lightweight JavaScript-based user-agent string 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",
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha -R spec",
|
|
"pretest": "./node_modules/uglify-js/bin/uglifyjs ua-parser.js > ua-parser.min.js"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": ">= 1.7.1",
|
|
"uglify-js": ">= 1.3.4"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/faisalman/ua-parser-js.git"
|
|
}
|
|
],
|
|
"repository" :
|
|
{
|
|
"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"
|
|
}
|