package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "jquery.inputmask",
  3. "version": "3.1.31",
  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. ],
  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. "peerDependencies": {
  29. "jquery": ">=1.7"
  30. },
  31. "devDependencies": {
  32. "grunt": "^0.4.5",
  33. "grunt-bump": "0.0.15",
  34. "grunt-contrib-clean": "^0.6.0",
  35. "grunt-contrib-qunit": "^0.5.2",
  36. "grunt-contrib-uglify": "^0.6.0",
  37. "grunt-nuget": "^0.1.3",
  38. "grunt-release": "^0.7.0",
  39. "grunt-shell": "^1.1.1",
  40. "jquery": ">=1.7"
  41. }
  42. }