bower.json 631 B

123456789101112131415161718192021222324
  1. {
  2. "name": "inputmask",
  3. "version": "4.0.9",
  4. "main": [
  5. "./index.js",
  6. "./css/inputmask.css"
  7. ],
  8. "keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
  9. "description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
  10. "license": "http://opensource.org/licenses/mit-license.php",
  11. "ignore": [
  12. "**/*",
  13. "!index.js",
  14. "!css/**/*",
  15. "!dist/**/*"
  16. ],
  17. "dependencies": {
  18. "jquery": ">=1.7"
  19. },
  20. "authors": [{
  21. "name": "Robin Herbots"
  22. }],
  23. "homepage": "http://robinherbots.github.io/Inputmask"
  24. }