forked from medialize/URI.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
URI.jquery.json
38 lines (38 loc) · 906 Bytes
/
URI.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
36
37
38
{
"name": "URI",
"title": "jQuery URI",
"description": "URI.js - Mutating URLs",
"keywords": [
"URI",
"URIs",
"URL",
"URLs",
"URN",
"URNs",
"RFC3986",
"RFC6570",
"URI-Template",
"URL-Template",
"URI-mutation",
"URL-mutation",
"URI-manipulation",
"URL-manipulation"
],
"version": "1.14.2",
"author": {
"name": "Rodney Rehm",
"url": "http://rodneyrehm.de/en/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/medialize/URI.js/issues",
"homepage": "http://medialize.github.io/URI.js/",
"docs": "http://medialize.github.io/URI.js/docs.html",
"dependencies": {
"jquery": ">=1.7"
}
}