-
-
Notifications
You must be signed in to change notification settings - Fork 203
/
url.jquery.json
28 lines (28 loc) · 887 Bytes
/
url.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "url",
"title": "url jQuery Plugin",
"description": "A simple, lightweight url parser for JavaScript (~1.7 Kb minified, ~0.7Kb gzipped).",
"keywords": ["websanova", "url", "parser"],
"version": "2.5.3",
"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": "https://github.com/websanova/js-url",
"docs": "https://github.com/websanova/js-url",
"download": "https://github.com/websanova/js-url/tags",
"dependencies": {
"jquery": ">=1.5"
}
}