package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "jquery.inputmask",
  3. "version": "3.1.61",
  4. "description": "jquery.inputmask is a jquery plugin which create an input mask.",
  5. "main": "./dist/inputmask/jquery.inputmask.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. "jquery",
  15. "plugins",
  16. "input",
  17. "form",
  18. "inputmask",
  19. "mask"
  20. ],
  21. "author": {
  22. "name": "Robin Herbots",
  23. "url": "http://github.com/RobinHerbots/jquery.inputmask"
  24. },
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
  28. },
  29. "homepage": "https://github.com/RobinHerbots/jquery.inputmask",
  30. "peerDependencies": {
  31. "jquery": ">=1.7"
  32. },
  33. "devDependencies": {
  34. "grunt": "^0.4.5",
  35. "grunt-bump": "^0.1.0",
  36. "grunt-contrib-clean": "^0.6.0",
  37. "grunt-contrib-qunit": "^0.5.2",
  38. "grunt-contrib-uglify": "^0.7.0",
  39. "grunt-nuget": "^0.1.3",
  40. "grunt-release": "^0.11.0",
  41. "grunt-shell": "^1.1.1",
  42. "jquery": ">=1.7"
  43. }
  44. }