package.json 905 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "jquery-mask-plugin",
  3. "version": "1.14.16",
  4. "description": "A jQuery Plugin to make masks on form fields and html elements.",
  5. "author": "Igor Escobar <blog@igorescobar.com>",
  6. "homepage": "http://igorescobar.github.io/jQuery-Mask-Plugin/",
  7. "main": "./dist/jquery.mask.js",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/igorescobar/jQuery-Mask-Plugin"
  11. },
  12. "bugs": {
  13. "url": "https://github.com/igorescobar/jQuery-Mask-Plugin/issues"
  14. },
  15. "keywords": [
  16. "mask",
  17. "masks",
  18. "form",
  19. "input",
  20. "jquery-plugin"
  21. ],
  22. "license": "MIT",
  23. "devDependencies": {
  24. "grunt": "~0.4.1",
  25. "grunt-contrib-connect": "*",
  26. "grunt-contrib-jshint": "^0.11.0",
  27. "grunt-contrib-qunit": "*",
  28. "grunt-contrib-uglify": "*",
  29. "jshint-stylish": "^1.0.0",
  30. "load-grunt-tasks": "^3.1.0",
  31. "time-grunt": "^1.0.0",
  32. "request": "2.81.0"
  33. }
  34. }