-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultiform.jquery.json
More file actions
39 lines (39 loc) · 1.15 KB
/
Copy pathmultiform.jquery.json
File metadata and controls
39 lines (39 loc) · 1.15 KB
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
37
38
39
{
"name": "multiform",
"title": "multiform",
"version": "0.3.0",
"description": "Multiform is a jQuery plugin for creating a one-to-many form. It templates the elements in the first HTML element selected and creates instances of that element with the Add button prefixed with a specified prefix and the iteration of the element.",
"author": {
"name": "Malcolm VanOrder",
"url": "https://github.com/mvanorder/multiform"
},
"maintainers": [
{
"name": "Malcolm VanOrder",
"url": "https://github.com/mvanorder/multiform",
"email": "mvanorder1390@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "https://github.com/mvanorder/multiform",
"bugs": "https://github.com/mvanorder/multiform/issues",
"docs": "https://github.com/mvanorder/multiform/blob/master/README.md",
"demo": "https://github.com/mvanorder/multiform/blob/master/demo.html",
"dependencies": {
"jquery": ">=1.4.3"
},
"keywords": [
"form",
"one-to-many",
"jquery-plugin"
],
"main": "multiform.js",
"files": [
"multiform.min.js"
]
}