-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuritemplate.jquery.json
More file actions
37 lines (37 loc) · 1.12 KB
/
uritemplate.jquery.json
File metadata and controls
37 lines (37 loc) · 1.12 KB
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
{
"name": "uritemplate",
"title": "jQuery Uri Templates",
"description": "jQuery Uri Templates is a simple extension, that provides an implementation of RFC6570 to any Ajax request within your application.",
"keywords": [
"Uri",
"Templates",
"RFC6570",
"Form",
"Ajax"
],
"version": "1.0",
"author": {
"name": "Anthony van der Hoorn",
"url": "https://github.com/avanderhoorn"
},
"maintainers": [
{
"name": "Anthony van der Hoorn",
"email": "[email protected]",
"url": "http://blog.anthonyvanderhoorn.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/avanderhoorn/jQueryUriTemplates/issues",
"homepage": "http://jqueryuritemplates.anthonyvanderhoorn.com/",
"docs": "http://jqueryuritemplates.anthonyvanderhoorn.com/",
"download": "https://github.com/avanderhoorn/jQueryUriTemplates/",
"dependencies": {
"jquery": ">=1.5"
}
}