Primer Commit
This commit is contained in:
30
assets/libs/jquery.repeater/repeater.jquery.json
Normal file
30
assets/libs/jquery.repeater/repeater.jquery.json
Normal file
@@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user