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.
27 lines
484 B
27 lines
484 B
{ |
|
"name": "jquery.repeater", |
|
"main": "jquery.repeater.js", |
|
"version": "1.1.3", |
|
"homepage": "https://github.com/DubFriend/jquery.repeater", |
|
"description": "repeatable form input interface", |
|
"keywords": [ |
|
"input", |
|
"repeat", |
|
"multiple", |
|
"form" |
|
], |
|
"authors": [ |
|
"Brian Detering" |
|
], |
|
"license": "MIT", |
|
"ignore": [ |
|
"**/.*", |
|
"node_modules", |
|
"bower_components", |
|
"test", |
|
"tests" |
|
], |
|
"dependencies": { |
|
"jquery": ">=1.11" |
|
} |
|
}
|
|
|