package.json 956 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "jquery-switchbutton",
  3. "version": "1.1",
  4. "title": "jquery.switchbutton()",
  5. "author": {
  6. "name": "L. Stevenin"
  7. },
  8. "licenses": [
  9. {
  10. "type": "MIT",
  11. "url": "MIT-LICENSE.txt"
  12. }
  13. ],
  14. "dependencies": {
  15. "jquery": ">=1.6.0",
  16. "jquery-tmpl": ">=1.0.0pre",
  17. "jquery.ui.widget": "*"
  18. },
  19. "description": "Enable switch mode button used on mobile devices for mode selection on your websites/webapps !",
  20. "keywords": [
  21. "switchbutton",
  22. "iphone",
  23. "android",
  24. "checkbox"
  25. ],
  26. "homepage": "https://github.com/Naeka/jquery-switchbutton",
  27. "maintainers": [
  28. {
  29. "name": "Naeka",
  30. "url": "https://github.com/Naeka/"
  31. }
  32. ],
  33. "files": [
  34. "jquery.switchbutton.js",
  35. "jquery.switchbutton.min.js",
  36. "ui.switchbutton.css",
  37. "ui.switchbutton.min.css"
  38. ]
  39. }