forked from DubFriend/jquery.repeater
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepeater.jquery.json
More file actions
30 lines (30 loc) · 805 Bytes
/
repeater.jquery.json
File metadata and controls
30 lines (30 loc) · 805 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
{
"name": "repeater",
"version": "1.2.1",
"title": "Repeater",
"author": {
"name": "Brian Detering",
"url": "http://briandetering.net/",
"email": "BDeterin@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"description": "An interface to add and remove a repeatable group of input elements.",
"keywords": [
"input",
"repeat",
"multiple",
"form",
"jquery-plugin"
],
"docs": "https://github.com/DubFriend/jquery.repeater/blob/master/README.md",
"demo": "http://briandetering.net/repeater",
"homepage": "https://github.com/DubFriend/jquery.repeater",
"dependencies": {
"jquery": ">=1.11"
}
}