From 675b60ebe11565f0fdc6be2b6324b5f366fb84e7 Mon Sep 17 00:00:00 2001 From: Faisalman Date: Wed, 7 Mar 2012 21:54:39 +0700 Subject: [PATCH] Add package.json --- package.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..75bb217 --- /dev/null +++ b/package.json @@ -0,0 +1,40 @@ +{ + "title" : "UA-Parser.js", + "name" : "ua-parser-js", + "version" : "0.1.0", + "author" : { + "name" : "Faisal Salman", + "email" : "fyzlman@gmail.com", + "url" : "http://faisalman.com" + }, + "description" : "a simple user-agent string parser", + "keywords" : [ + "user-agent", + "parser", + "browser" + ], + "homepage" : "https://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" + } + ] +} \ No newline at end of file