package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "inputmask",
  3. "version": "5.0.8-beta.73",
  4. "description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
  5. "main": "dist/inputmask.js",
  6. "files": [
  7. "bundle.js",
  8. "dist/",
  9. "lib/"
  10. ],
  11. "scripts": {
  12. "start": "webpack --progress --watch --config-name main --config webpack.config.js",
  13. "jquery": "webpack --progress --watch --config-name jquery --config webpack.config.js",
  14. "test": "grunt validate"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/RobinHerbots/Inputmask.git"
  19. },
  20. "keywords": [
  21. "form",
  22. "input",
  23. "inputmask",
  24. "jquery",
  25. "jquery-plugin",
  26. "mask",
  27. "plugins"
  28. ],
  29. "author": {
  30. "name": "Robin Herbots",
  31. "url": "https://github.com/RobinHerbots"
  32. },
  33. "license": "MIT",
  34. "bugs": {
  35. "url": "https://github.com/RobinHerbots/Inputmask/issues"
  36. },
  37. "homepage": "https://github.com/RobinHerbots/Inputmask",
  38. "devDependencies": {
  39. "@babel/core": "^7.20.5",
  40. "@babel/plugin-transform-modules-commonjs": "^7.19.6",
  41. "@babel/preset-env": "^7.20.2",
  42. "@babel/preset-typescript": "^7.18.6",
  43. "@robinherbots/grunt-available-tasks": "^0.6.4",
  44. "@robinherbots/grunt-nuget": "^0.3.3",
  45. "babel-loader": "^9.1.0",
  46. "grunt": "^1.5.3",
  47. "grunt-bump": "^0.8.0",
  48. "grunt-contrib-clean": "^2.0.1",
  49. "grunt-contrib-copy": "^1.0.0",
  50. "grunt-eslint": "^24.0.0",
  51. "grunt-karma": "^4.0.2",
  52. "grunt-release": "^0.14.0",
  53. "grunt-webpack": "^5.0.0",
  54. "jquery": "^3.6.1",
  55. "karma": "^6.4.1",
  56. "karma-browserstack-launcher": "^1.6.0",
  57. "karma-chrome-launcher": "^3.1.1",
  58. "karma-qunit": "^4.1.2",
  59. "load-grunt-tasks": "^5.1.0",
  60. "lodash": "^4.17.21",
  61. "qunit": "^2.19.3",
  62. "webpack": "^5.75.0",
  63. "webpack-cli": "^5.0.0"
  64. }
  65. }