package.json 1.1 KB

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