forked from alrusdi/jquery-plugin-query-object
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquery-object.jquery.json
More file actions
39 lines (39 loc) · 1 KB
/
query-object.jquery.json
File metadata and controls
39 lines (39 loc) · 1 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
38
39
{
"name": "query-object",
"title": "Query String Modification and Creation for jQuery",
"description": "Query String Modification and Creation for jQuery",
"keywords": [
"query",
"parameter",
"window.location.search",
"querystring",
"deserialize",
"serialize"
],
"version": "2.1.8",
"author": {
"email": "blair.mitchelmore@gmail.com",
"name": "Blair Mitchelmore",
"url": "https://github.com/blairmitchelmore"
},
"licenses": [
{
"type": "WTFPL",
"url": "http://sam.zoy.org/wtfpl/"
}
],
"bugs": "https://github.com/alrusdi/jquery-plugin-query-object/issues",
"homepage": "https://github.com/alrusdi/jquery-plugin-query-object",
"docs": "https://github.com/alrusdi/jquery-plugin-query-object",
"download": "https://github.com/alrusdi/jquery-plugin-query-object/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
},
"maintainers" : [
{
"name": "Alexander Alrusdi",
"email": "alrusdi@gmail.com",
"url": "https://github.com/alrusdi"
}
]
}