2012-03-07 21:54:39 +07:00
{
2013-03-20 12:46:15 +07:00
"title" : "UAParser.js" ,
2012-07-29 04:14:52 +07:00
"name" : "ua-parser-js" ,
2015-04-07 02:40:50 +07:00
"version" : "0.7.5" ,
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" : [
2013-02-07 23:15:38 +07:00
"user-agent" ,
2012-03-07 21:54:39 +07:00
"parser" ,
2012-07-28 17:28:43 +07:00
"browser" ,
"engine" ,
"os" ,
2013-04-04 14:50:46 +07:00
"device" ,
"cpu"
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>" ,
2014-06-25 14:05:47 +07:00
"Benjamin Bertrand <bertrand.design@gmail.com>" ,
2014-10-15 06:57:03 +07:00
"Carl C Von Lewin <carlchristianlewin@gmail.com>" ,
2013-02-05 20:43:15 +07:00
"Christopher De Cairos <chris.decairos@gmail.com>" ,
2014-06-25 14:05:47 +07:00
"Davit Barbakadze <jayarjo@gmail.com>" ,
"Dmitry Tyschenko <dtyschenko@gmail.com>" ,
"Douglas Li <doug@knotch.it>" ,
2014-10-15 06:57:03 +07:00
"Dumitru Uzun <duzun@mail.ru>" ,
2014-06-25 14:05:47 +07:00
"Erik Hesselink <hesselink@gmail.com>" ,
"Fabian Becker <halfdan@xnorfz.de>" ,
2014-10-15 06:57:03 +07:00
"Hendrik Helwich <h.helwich@iplabs.de>" ,
2014-06-25 14:05:47 +07:00
"Jackpoll <jackpoll123456@gmail.com>" ,
"Jake Mc <startswithaj@users.noreply.github.com>" ,
2013-02-05 20:43:15 +07:00
"John Tantalo <john.tantalo@gmail.com>" ,
2014-06-25 14:05:47 +07:00
"John Yanarella <jmy@codecatalyst.com>" ,
2013-02-15 10:23:49 +07:00
"Jon Buckley <jon@jbuckley.ca>" ,
2014-10-15 06:57:03 +07:00
"Kendall Buchanan <kendall@kendagriff.com>" ,
2014-06-25 14:05:47 +07:00
"Lee Treveil <leetreveil@gmail.com>" ,
"Leonardo <leofiore@libero.it>" ,
2014-10-15 06:57:03 +07:00
"Max Maurer <maxemanuel.maurer@gmail.com>" ,
2014-06-25 14:05:47 +07:00
"Michael Hess <mhess@connectify.me>" ,
2014-10-15 06:57:03 +07:00
"OtakuSiD <otakusid@gmail.com>" ,
2014-06-25 14:05:47 +07:00
"Ross Noble <rosshnoble@gmail.com>" ,
2014-10-15 06:57:03 +07:00
"Sandro Sonntag <sandro.sonntag@adorsys.de>"
2012-03-07 21:54:39 +07:00
] ,
2013-03-20 12:46:15 +07:00
"main" : "src/ua-parser.js" ,
2012-11-27 20:44:37 -08:00
"scripts" : {
2013-03-18 18:40:02 +07:00
"test" : "./build/build.sh"
2012-11-27 20:44:37 -08:00
} ,
"devDependencies" : {
2013-11-24 12:43:23 +00:00
"jshint" : "~1.1.0" ,
2014-11-07 14:55:56 +07:00
"mocha" : "~1.8.0" ,
2013-11-24 12:43:23 +00:00
"uglify-js" : "~1.3.4"
2012-11-27 20:44:37 -08:00
} ,
2013-11-24 12:43:23 +00:00
"repository" : {
2012-09-11 02:59:19 +07:00
"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" : {
2014-11-07 15:32:38 +07:00
"dist" : "dist" ,
"src" : "src" ,
2013-03-16 02:09:12 +07:00
"test" : "test"
2013-11-24 12:43:23 +00:00
}
2012-03-31 17:28:39 +07:00
}