js-url
Version:
A simple, lightweight url parser for JavaScript (~1.7 Kb minified, ~0.7Kb gzipped).
27 lines • 457 B
JSON
{
"name": "js-url",
"authors": [
"Rob Nova <rob@websanova.com>"
],
"description": "A simple url parser for JavaScript.",
"keywords": [
"js",
"javascript",
"url",
"parser"
],
"homepage": "https://github.com/websanova/js-url",
"license": "MIT",
"main": [
"url.js"
],
"ignore": [
"lib",
"gruntfile.js",
"index.html",
"package.json",
"tests.js",
"url.jquery.json"
],
"dependencies": {}
}