summaryrefslogtreecommitdiffstats
path: root/js/vendor/js-url/url.jquery.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/js-url/url.jquery.json')
-rw-r--r--js/vendor/js-url/url.jquery.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/js/vendor/js-url/url.jquery.json b/js/vendor/js-url/url.jquery.json
new file mode 100644
index 000000000..68274647d
--- /dev/null
+++ b/js/vendor/js-url/url.jquery.json
@@ -0,0 +1,35 @@
+{
+ "name": "url",
+ "title": "url jQuery Plugin",
+ "description": "A simple, lightweight url parser for JavaScript (~1.6 Kb minified, ~0.6Kb gzipped).",
+ "keywords": [
+ "websanova",
+ "url"
+ ],
+ "version": "1.8.6",
+ "author": {
+ "name": "Websanova",
+ "email": "rob@websanova.com",
+ "url": "http://websanova.com"
+ },
+ "maintainers": [
+ {
+ "name": "Websanova",
+ "email": "rob@websanova.com",
+ "url": "http://websanova.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/websanova/js-url#license"
+ }
+ ],
+ "bugs": "https://github.com/websanova/js-url/issues",
+ "homepage": "http://url.websanova.com",
+ "docs": "https://github.com/websanova/js-url#url",
+ "download": "https://github.com/websanova/js-url/tags",
+ "dependencies": {
+ "jquery": ">=1.5"
+ }
+}