forked from Rhyzz/repeatable-fields
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepeatable-fields.jquery.json
More file actions
34 lines (34 loc) · 912 Bytes
/
repeatable-fields.jquery.json
File metadata and controls
34 lines (34 loc) · 912 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
{
"name": "repeatable-fields",
"version": "1.1.4",
"title": "Repeatable Fields",
"author": {
"name": "Rhyzz",
"url": "http://www.rhyzz.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.9.0",
"ui.core": ">=1.10.3",
"ui.widget": ">=1.10.3",
"ui.mouse": ">=1.10.3",
"ui.sortable": ">=1.10.3"
},
"description": "Repeatable Fields is a jQuery plugin which let's you create a set of fields that can be made to repeat.",
"keywords": [
"repeatable-fields",
"dynamic-fields",
"dynamic-rows",
"add-remove-rows"
],
"homepage": "http://www.rhyzz.com/repeatable-fields.html",
"docs": "https://github.com/Rhyzz/repeatable-fields",
"demo": "http://www.rhyzz.com/repeatable-fields.html",
"download": "http://www.rhyzz.com/repeatable-fields.html",
"bugs": "https://github.com/Rhyzz/repeatable-fields/issues"
}