.bower.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "keyboard",
  3. "description": "Virtual Keyboard using jQuery UI",
  4. "keywords": [
  5. "customizable",
  6. "keyboard",
  7. "ui",
  8. "accessibility",
  9. "osk",
  10. "jquery-plugin"
  11. ],
  12. "authors": [
  13. {
  14. "name": "Jeremy Satterfield",
  15. "homepage": "https://github.com/jsatt"
  16. },
  17. {
  18. "name": "Rob Garrison",
  19. "homepage": "https://mottie.github.io/Keyboard/",
  20. "email": "wowmotty@gmail.com"
  21. }
  22. ],
  23. "homepage": "https://github.com/Mottie/Keyboard",
  24. "main": [
  25. "dist/js/jquery.keyboard.js",
  26. "css/keyboard.css"
  27. ],
  28. "ignore": [
  29. "js/*.js",
  30. "docs/*"
  31. ],
  32. "repository": {
  33. "type": "git",
  34. "url": "git://github.com/Mottie/keyboard.git"
  35. },
  36. "license": "MIT",
  37. "moduleType": [
  38. "amd",
  39. "globals",
  40. "node"
  41. ],
  42. "dependencies": {
  43. "jquery": ">=1.4.3",
  44. "jquery-ui": ">=1.9.2"
  45. },
  46. "devDependencies": {
  47. "grunt": "^1.0.3",
  48. "grunt-cli": "^1.3.1",
  49. "grunt-contrib-clean": "^2.0.0",
  50. "grunt-contrib-concat": "^1.0.1",
  51. "grunt-contrib-copy": "^1.0.0",
  52. "grunt-contrib-cssmin": "^3.0.0",
  53. "grunt-contrib-jshint": "^2.0.0",
  54. "grunt-contrib-qunit": "^3.0.1",
  55. "grunt-contrib-uglify": "^4.0.0",
  56. "grunt-contrib-watch": "^1.1.0"
  57. },
  58. "version": "1.28.7",
  59. "_release": "1.28.7",
  60. "_resolution": {
  61. "type": "version",
  62. "tag": "v1.28.7",
  63. "commit": "7d115e954c5ca674e527306d1e81548a7076915e"
  64. },
  65. "_source": "https://github.com/Mottie/Keyboard.git",
  66. "_target": "^1.28.7",
  67. "_originalSource": "keyboard",
  68. "_direct": true
  69. }