-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathforminator.jquery.json
More file actions
26 lines (26 loc) · 866 Bytes
/
forminator.jquery.json
File metadata and controls
26 lines (26 loc) · 866 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
{
"name": "forminator",
"version": "0.3.4",
"title": "forminator",
"author": {
"name": "Brian Detering",
"url": "http://briandetering.net/",
"email": "BDeterin@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/DubFriend/forminator/blob/master/LICENSE.md"
}
],
"description": "Forminator works by using class names and data attributes supplied in the HMTL markup to declaratively build dynamic, ajax interfaces.",
"keywords": [
"form", "generator", "interface", "ui", "dynamic", "ajax"
],
"docs": "https://github.com/DubFriend/forminator/blob/master/README.md",
"demo": "http://briandetering.net/forminator",
"homepage": "https://github.com/DubFriend/forminator",
"dependencies": {
"jquery": ">=1.11"
}
}