package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "inputmask",
  3. "version": "4.0.1-17",
  4. "description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
  5. "main": "index.js",
  6. "files": [
  7. "dist/",
  8. "css/"
  9. ],
  10. "scripts": {
  11. "start": "webpack --progress --watch --config webpack.config.js",
  12. "test": "grunt validate",
  13. "qunitpack": "webpack --progress --watch --config qunit/webpack.config.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/RobinHerbots/Inputmask.git"
  18. },
  19. "keywords": [
  20. "form",
  21. "input",
  22. "inputmask",
  23. "jquery",
  24. "jquery-plugin",
  25. "mask",
  26. "plugins"
  27. ],
  28. "author": {
  29. "name": "Robin Herbots",
  30. "url": "https://github.com/RobinHerbots"
  31. },
  32. "license": "MIT",
  33. "bugs": {
  34. "url": "https://github.com/RobinHerbots/Inputmask/issues"
  35. },
  36. "homepage": "https://github.com/RobinHerbots/Inputmask",
  37. "devDependencies": {
  38. "babel-core": "^6.25.0",
  39. "babel-loader": "^6.2.4",
  40. "babel-preset-env": "^1.5.2",
  41. "caniuse-db": "^1.0.30000680",
  42. "css-loader": "^0.28.4",
  43. "grunt": "^1.0.1",
  44. "grunt-available-tasks": "^0.6.0",
  45. "grunt-browserify": "^5.0.0",
  46. "grunt-bump": "^0.8.0",
  47. "grunt-cli": "^1.2.0",
  48. "grunt-contrib-clean": "^1.1.0",
  49. "grunt-contrib-uglify": "^2.3.0",
  50. "grunt-eslint": "^19.0.0",
  51. "grunt-karma": "^2.0.0",
  52. "grunt-nuget": "^0.2.0",
  53. "grunt-release": "^0.14.0",
  54. "grunt-shell": "^2.1.0",
  55. "grunt-webpack": "^3.0.0",
  56. "jqlite": "^0.2.42",
  57. "jquery": "^2.2.4",
  58. "karma": "^1.7.0",
  59. "karma-chrome-launcher": "^2.1.1",
  60. "karma-firefox-launcher": "^1.0.0",
  61. "karma-ie-launcher": "^1.0.0",
  62. "karma-phantomjs-launcher": "^1.0.0",
  63. "karma-qunit": "^1.1.0",
  64. "load-grunt-tasks": "^3.2.0",
  65. "phantomjs-prebuilt": "^2.1.14",
  66. "postcss": "^5.2.17",
  67. "postcss-cssnext": "^2.11.0",
  68. "postcss-loader": "^1.3.3",
  69. "qunitjs": "^2.3.3",
  70. "source-map-loader": "^0.2.1",
  71. "style-loader": "^0.16.1",
  72. "webpack": "^2.6.1"
  73. },
  74. "dependencies": {}
  75. }