bower.json 424 B

123456789101112131415161718192021
  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.8",
  5. "license": "MIT",
  6. "main": ["jquery.placeholder.js"],
  7. "keywords": [
  8. "form",
  9. "placeholder",
  10. "jQuery",
  11. "jquery-plugin"
  12. ],
  13. "dependencies": {
  14. "jquery": ">=1.6"
  15. },
  16. "ignore": [
  17. "*",
  18. "!/bower.json",
  19. "!/jquery.placeholder.js"
  20. ]
  21. }