2012-03-07 21:54:39 +07:00
{
2012-09-14 02:42:11 +07:00
"title" : "UA-Parser.JS" ,
2012-07-29 04:14:52 +07:00
"name" : "ua-parser-js" ,
2013-02-05 20:29:26 +07:00
"version" : "0.5.3" ,
2012-07-29 04:14:52 +07:00
"author" : "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)" ,
2012-09-11 02:59:19 +07:00
"description" : "Lightweight JavaScript-based user-agent string parser" ,
2012-07-29 04:14:52 +07:00
"keywords" : [
2012-07-30 07:37:20 +07:00
"user agent" ,
2012-03-07 21:54:39 +07:00
"parser" ,
2012-07-28 17:28:43 +07:00
"browser" ,
"engine" ,
"os" ,
"device"
2012-03-07 21:54:39 +07:00
] ,
2012-07-29 04:14:52 +07:00
"homepage" : "http://github.com/faisalman/ua-parser-js" ,
2012-03-07 21:54:39 +07:00
"contributors" : [
2013-02-05 20:43:15 +07:00
"Faisal Salman <fyzlman@gmail.com>" ,
"Christopher De Cairos <chris.decairos@gmail.com>" ,
"John Tantalo <john.tantalo@gmail.com>" ,
"Lee Treveil <leetreveil@gmail.com>"
2012-03-07 21:54:39 +07:00
] ,
2012-07-29 04:14:52 +07:00
"main" : "ua-parser" ,
2012-11-27 20:44:37 -08:00
"scripts" : {
2012-12-04 15:57:27 +07:00
"test" : "./node_modules/mocha/bin/mocha -R spec" ,
"pretest" : "./node_modules/uglify-js/bin/uglifyjs ua-parser.js > ua-parser.min.js"
2012-11-27 20:44:37 -08:00
} ,
"devDependencies" : {
2012-12-04 15:57:27 +07:00
"mocha" : ">= 1.7.1" ,
"uglify-js" : ">= 1.3.4"
2012-11-27 20:44:37 -08:00
} ,
2012-03-07 21:54:39 +07:00
"repositories" : [
{
2012-07-29 04:14:52 +07:00
"type" : "git" ,
"url" : "https://github.com/faisalman/ua-parser-js.git"
2012-03-07 21:54:39 +07:00
}
] ,
2012-09-11 02:59:19 +07:00
"repository" :
{
"type" : "git" ,
"url" : "https://github.com/faisalman/ua-parser-js.git"
} ,
2012-07-29 04:14:52 +07:00
"licenses" : [
2012-03-07 21:54:39 +07:00
{
2012-07-29 04:14:52 +07:00
"type" : "GPLv2" ,
"url" : "http://www.gnu.org/licenses/gpl-2.0.html"
2012-03-07 21:54:39 +07:00
} ,
{
2012-07-29 04:14:52 +07:00
"type" : "MIT" ,
"url" : "http://www.opensource.org/licenses/mit-license.php"
2012-03-07 21:54:39 +07:00
}
2012-07-29 04:14:52 +07:00
] ,
"engines" : {
"node" : "*"
} ,
"directories" : {
"lib" : "."
} ,
"files" : [
""
] ,
"repository" : "git://github.com/faisalman/ua-parser-js.git"
2012-03-31 17:28:39 +07:00
}