package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "jquery.inputmask",
  3. "version": "3.3.4-53",
  4. "description": "jquery.inputmask is a jquery plugin which create an input mask.",
  5. "main": "./dist/inputmask/inputmask.loader.js",
  6. "files": [
  7. "dist/inputmask/",
  8. "extra/",
  9. "dist/jquery.inputmask.bundle.js"
  10. ],
  11. "scripts": {
  12. "test": "grunt validate"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/RobinHerbots/jquery.inputmask.git"
  17. },
  18. "keywords": [
  19. "form",
  20. "input",
  21. "inputmask",
  22. "jquery",
  23. "jquery-plugin",
  24. "mask",
  25. "plugins"
  26. ],
  27. "author": {
  28. "name": "Robin Herbots",
  29. "url": "https://github.com/RobinHerbots"
  30. },
  31. "license": "MIT",
  32. "bugs": {
  33. "url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
  34. },
  35. "homepage": "https://github.com/RobinHerbots/jquery.inputmask",
  36. "devDependencies": {
  37. "browserify": "^13.0.1",
  38. "browserify-shim": "^3.8.11",
  39. "grunt": "^1.0.1",
  40. "grunt-available-tasks": "^0.6.0",
  41. "grunt-browserify": "^5.0.0",
  42. "grunt-bump": "^0.8.0",
  43. "grunt-cli": "^1.2.0",
  44. "grunt-contrib-clean": "^1.0.0",
  45. "grunt-contrib-uglify": "^1.0.1",
  46. "grunt-eslint": "^19.0.0",
  47. "grunt-karma": "^2.0.0",
  48. "grunt-nuget": "^0.1.5",
  49. "grunt-release": "^0.14.0",
  50. "grunt-shell": "^1.1.2",
  51. "jqlite": "^0.2.25",
  52. "karma": "^1.1.1",
  53. "karma-chrome-launcher": "^1.0.1",
  54. "karma-firefox-launcher": "^1.0.0",
  55. "karma-ie-launcher": "^1.0.0",
  56. "karma-phantomjs-launcher": "^1.0.0",
  57. "karma-qunit": "^1.1.0",
  58. "karma-requirejs": "^1.0.0",
  59. "load-grunt-tasks": "^3.2.0",
  60. "phantomjs-prebuilt": "^2.1.7",
  61. "qunitjs": "^1.23.1",
  62. "requirejs": "^2.1.20"
  63. }
  64. }