package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "jquery.inputmask",
  3. "version": "3.2.1-89",
  4. "description": "jquery.inputmask is a jquery plugin which create an input mask.",
  5. "main": "./dist/inputmask/jquery.inputmask.js",
  6. "files": [
  7. "dist/inputmask/",
  8. "extra/phone-codes/"
  9. ],
  10. "scripts": {
  11. "test": "grunt validate"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/RobinHerbots/jquery.inputmask.git"
  16. },
  17. "keywords": [
  18. "form",
  19. "input",
  20. "inputmask",
  21. "jquery",
  22. "jquery-plugin",
  23. "mask",
  24. "plugins"
  25. ],
  26. "author": {
  27. "name": "Robin Herbots",
  28. "url": "http://github.com/RobinHerbots/jquery.inputmask"
  29. },
  30. "license": "MIT",
  31. "bugs": {
  32. "url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
  33. },
  34. "homepage": "https://github.com/RobinHerbots/jquery.inputmask",
  35. "dependencies": {
  36. "jquery": ">=1.7"
  37. },
  38. "devDependencies": {
  39. "browserify": "^11.1.0",
  40. "browserify-shim": "^3.8.10",
  41. "grunt": "^0.4.5",
  42. "grunt-available-tasks": "^0.6.0",
  43. "grunt-browserify": "^4.0.1",
  44. "grunt-bump": "^0.3.0",
  45. "grunt-contrib-clean": "^0.6.0",
  46. "grunt-contrib-uglify": "^0.9.1",
  47. "grunt-eslint": "^17.0.0",
  48. "grunt-karma": "^0.12.0",
  49. "grunt-nuget": "^0.1.4",
  50. "grunt-release": "^0.13.0",
  51. "grunt-shell": "^1.1.2",
  52. "karma": "^0.13.3",
  53. "karma-chrome-launcher": "^0.2.0",
  54. "karma-firefox-launcher": "^0.1.6",
  55. "karma-phantomjs-launcher": "^0.2.0",
  56. "karma-qunit": "^0.1.5",
  57. "load-grunt-tasks": "^3.2.0",
  58. "qunitjs": "^1.19.0",
  59. "requirejs": "^2.1.20",
  60. "zepto-component": "^1.0.0"
  61. }
  62. }