31 lines
805 B
JSON
31 lines
805 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|