forked from csrakowski/jQuery.QueryString
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquerystring.jquery.json
More file actions
34 lines (34 loc) · 1.08 KB
/
Copy pathquerystring.jquery.json
File metadata and controls
34 lines (34 loc) · 1.08 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
{
"name": "querystring",
"title": "jQuery QueryString",
"description": "Adds a simple querystring helper to the jQuery object, with a similar interface to the ASP.NET one",
"keywords": [
"querystring",
"urlhelper"
],
"version": "1.2.0",
"author": {
"name": "Christiaan Rakowski",
"url": "https://github.com/csrakowski"
},
"maintainers": [
{
"name": "Christiaan Rakowski",
"email": "cs.rakowski@gmail.com",
"url": "https://github.com/csrakowski"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/csrakowski/jQuery.QueryString/blob/master/LICENSE"
}
],
"bugs": "https://github.com/csrakowski/jQuery.QueryString/issues",
"homepage": "https://github.com/csrakowski/jQuery.QueryString",
"docs": "https://github.com/csrakowski/jQuery.QueryString",
"download": "https://github.com/csrakowski/jQuery.QueryString/releases",
"dependencies": {
"jquery": ">=1.0"
}
}