package.json 773 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "jquery.inputmask",
  3. "version": "3.0.62",
  4. "description": "jquery.inputmask is a jquery plugin which create an input mask.",
  5. "main": "dist/jquery.inputmask.bundle.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/RobinHerbots/jquery.inputmask.git"
  12. },
  13. "keywords": [
  14. "input",
  15. "form",
  16. "inputmask",
  17. "mask"
  18. ],
  19. "author": {
  20. "name": "Robin Herbots",
  21. "url": "http://github.com/RobinHerbots/jquery.inputmask"
  22. },
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
  26. },
  27. "homepage": "https://github.com/RobinHerbots/jquery.inputmask",
  28. "dependencies": {
  29. "jquery": ">=1.7"
  30. }
  31. }