-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathqueryParser.jquery.json
More file actions
34 lines (34 loc) · 909 Bytes
/
queryParser.jquery.json
File metadata and controls
34 lines (34 loc) · 909 Bytes
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": "queryParser",
"title": "jQuery Query Parameter Parser",
"description": "jQuery plugin for adding query parameter parsing functions.",
"keywords": [
"query",
"parameter",
"window.location.search",
"parser",
"forms",
"querystring",
"deserialize",
"serialize"
],
"version": "1.0.1",
"author": {
"email": "admin@mattsnider.com",
"name": "Matt Snider",
"url": "http://www.mattsnider.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/mattsnider/jquery-plugin-query-parser/issues",
"homepage": "https://github.com/mattsnider/jquery-plugin-query-parser",
"docs": "https://github.com/mattsnider/jquery-plugin-query-parser",
"download": "https://github.com/mattsnider/jquery-plugin-query-parser/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}