forked from websanova/js-url
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathurl.jquery.json
35 lines (35 loc) · 842 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
29
30
31
32
33
34
35
{
"name": "url",
"title": "url jQuery Plugin",
"description": "A simple, lightweight url parser for JavaScript (~1.7 Kb minified, ~0.7Kb gzipped).",
"keywords": [
"websanova",
"url"
],
"version": "2.5.0",
"author": {
"name": "Websanova",
"email": "[email protected]",
"url": "http://websanova.com"
},
"maintainers": [
{
"name": "Websanova",
"email": "[email protected]",
"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"
}
}