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.
30 lines
805 B
30 lines
805 B
{ |
|
"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" |
|
} |
|
}
|
|
|