-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserializeHashArray.jquery.json
More file actions
36 lines (36 loc) · 1008 Bytes
/
serializeHashArray.jquery.json
File metadata and controls
36 lines (36 loc) · 1008 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
35
36
{
"name": "serializeHashArray",
"title": "jQuery.serializeHashArray",
"description": "Wrapper plugins jQuery.fn.serializeArray.",
"keywords": [
"form",
"serialize",
"HashArray",
"serializeArray"
],
"version": "1.0.2",
"author": {
"name": "juner",
"url": "https://github.com/juner"
},
"maintainers": [
{
"name": "juner",
"email": "juner@juner.net",
"url": "http://blogger.juner.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/juner/jQuery.serializeHashArray/issues",
"homepage": "https://github.com/juner/jQuery.serializeHashArray",
"docs": "https://github.com/juner/jQuery.serializeHashArray",
"download": "https://github.com/juner/jQuery.serializeHashArray/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}