You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
805 B
31 lines
805 B
1 year ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|