You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1KB

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