-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathjsForm.jquery.json
29 lines (29 loc) · 1013 Bytes
/
jsForm.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
{
"name": "jsForm",
"title": "jQuery JSON Form",
"description": "jQuery plugin connecting a html form with a javascript object for manipulation. This plugin allows to quickly fill a form based on json object (i.e. retrieved via ajax, modify the json object within the form and then serialize it back to a json object to send back to the server.",
"keywords": [
"form",
"json",
"data"
],
"version": "1.0.8",
"author": {
"name": "Niko Berger"
},
"maintainers": [{
"name": "Niko Berger",
"email": "[email protected]",
"url": "http://www.corinis.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/corinis/jsForm/MIT-LICENSE.txt"
}],
"bugs": "https://github.com/corinis/jsForm/issues",
"homepage": "https://github.com/corinis/jsForm/",
"docs": "https://github.com/corinis/jsForm/",
"dependencies": {
"jquery": ">=1.7"
}
}