-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQString.jquery.json
40 lines (40 loc) · 1.2 KB
/
QString.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
39
40
{
"name": "QString",
"title": "QueryString",
"description": "Enables access to query string parameters in the URL from Javascript the same way back-end languages can access GET parameters.",
"keywords": [
"get",
"querystring",
"parameter"
"hash"
],
"version": "1.0.5",
"author": {
"name": "RWSApps",
"url": "http://jquery.rwsapps.com/QueryString"
},
"maintainers": [
{
"name": "Ryan Schwartz",
"email": "[email protected]",
"url": "http://jquery.rwsapps.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/schwartzrw/jquery-querystring/blob/master/RWSApps%20MIT.rtf"
},
{
"type": "GNU",
"url": "https://github.com/schwartzrw/jquery-querystring/blob/master/RWSApps%20GNU.rtf"
}
],
"bugs": "https://github.com/schwartzrw/jquery-querystring/issues",
"homepage": "http://jquery.rwsapps.com/QueryString",
"docs": "http://jquery.rwsapps.com/QueryString/documentation",
"download": "https://github.com/schwartzrw/jquery-querystring",
"dependencies": {
"jquery": ">=1.5"
}
}