28 lines
484 B
28 lines
484 B
1 year ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|