{
	
	"name": "kurl",
	"version": "1.2.7",
	"author": "yeikos (http://www.yeikos.com)",
	"description": "It's a powerfull URL parser written in JavaScript and compatible with NodeJS with a lot of features that it will help you to modify/parse easily a URL without any problem.",
	"main": "url.js",

	"licenses": [{

		"type" : "MIT",
		"url" : "https://raw.github.com/yeikos/js.url/master/LICENSE"

	}],

	"homepage": "http://www.yeikos.com",

	"repository": {

		"type": "git",
		"url": "https://github.com/yeikos/js.url.git"

	},

	"keywords": [

		"url", 
		"parser",
		"query",
		"parse", 
		"param", 
		"unparam"
		
	]

}