.bower.json 813 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "jquery-placeholder",
  3. "description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
  4. "version": "2.0.9",
  5. "license": "MIT",
  6. "main": [
  7. "jquery.placeholder.js"
  8. ],
  9. "keywords": [
  10. "form",
  11. "placeholder",
  12. "jQuery",
  13. "jquery-plugin"
  14. ],
  15. "dependencies": {
  16. "jquery": ">=1.6"
  17. },
  18. "ignore": [
  19. "*",
  20. "!/bower.json",
  21. "!/jquery.placeholder.js"
  22. ],
  23. "homepage": "https://github.com/mathiasbynens/jquery-placeholder",
  24. "_release": "2.0.9",
  25. "_resolution": {
  26. "type": "version",
  27. "tag": "v2.0.9",
  28. "commit": "510a577397713934b46ccaceaa7ecc558cff313a"
  29. },
  30. "_source": "https://github.com/mathiasbynens/jquery-placeholder.git",
  31. "_target": "~2.0.7",
  32. "_originalSource": "jquery-placeholder"
  33. }