repeater.jquery.json 805 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "repeater",
  3. "version": "1.2.1",
  4. "title": "Repeater",
  5. "author": {
  6. "name": "Brian Detering",
  7. "url": "http://briandetering.net/",
  8. "email": "BDeterin@gmail.com"
  9. },
  10. "licenses": [
  11. {
  12. "type": "MIT",
  13. "url": "http://opensource.org/licenses/MIT"
  14. }
  15. ],
  16. "description": "An interface to add and remove a repeatable group of input elements.",
  17. "keywords": [
  18. "input",
  19. "repeat",
  20. "multiple",
  21. "form",
  22. "jquery-plugin"
  23. ],
  24. "docs": "https://github.com/DubFriend/jquery.repeater/blob/master/README.md",
  25. "demo": "http://briandetering.net/repeater",
  26. "homepage": "https://github.com/DubFriend/jquery.repeater",
  27. "dependencies": {
  28. "jquery": ">=1.11"
  29. }
  30. }