-
Notifications
You must be signed in to change notification settings - Fork 26
/
serializeForm.jquery.json
33 lines (33 loc) · 963 Bytes
/
serializeForm.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
{
"name": "serializeForm",
"title": "jquery-serializeForm - Make an object out of form elements",
"description": "Make an object out of form elements. \n Keywords: serialize, serializeForm, serializeObject, serializeArray, form-object, param, params",
"version": "1.2.3",
"homepage": "https://github.com/danheberden/jquery-serializeForm",
"author": {
"name": "Dan Heberden",
"email": "danheberden@gmail.com",
"url": "http://danheberden.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/danheberden/jquery-serializeForm.git"
},
"bugs": "https://github.com/danheberden/jquery-serializeForm/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/danheberden/jquery-serializeForm/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": ">= 1.6.2"
},
"keywords": [
"serialize",
"serializeObject",
"serializeArray",
"form-object",
"params"
]
}