Add repository to package.json

This commit is contained in:
Faisal Salman 2012-09-11 02:59:19 +07:00
parent 1f21d35ab8
commit 9bb8bdb1b0

View File

@ -3,7 +3,7 @@
"name": "ua-parser-js", "name": "ua-parser-js",
"version": "0.3.1", "version": "0.3.1",
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)", "author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
"description": "Light-weight JavaScript-based all-in-one user-agent parser", "description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [ "keywords": [
"user agent", "user agent",
"parser", "parser",
@ -23,6 +23,11 @@
"url": "https://github.com/faisalman/ua-parser-js.git" "url": "https://github.com/faisalman/ua-parser-js.git"
} }
], ],
"repository" :
{
"type": "git",
"url": "https://github.com/faisalman/ua-parser-js.git"
},
"licenses": [ "licenses": [
{ {
"type": "GPLv2", "type": "GPLv2",