.bower.json 944 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "emojionearea",
  3. "homepage": "https://github.com/mervick/emojionearea",
  4. "authors": [
  5. "Andrey Izman <izmanw@gmail.com>",
  6. "Klas Lundberg <klas.lundberg@instinct.se>",
  7. "Merlin Mason <info@merlinmason.co.uk>"
  8. ],
  9. "main": "dist/emojionearea.js",
  10. "dependencies": {
  11. "emojione": ">=2.0.1",
  12. "jquery": ">=1.8.3",
  13. "jquery-textcomplete": ">=1.3.4"
  14. },
  15. "description": "WYSIWYG-like EmojiOne Converter / Picker Plugin for jQuery",
  16. "keywords": [
  17. "emoji",
  18. "emojione",
  19. "picker",
  20. "emojionearea"
  21. ],
  22. "license": "MIT",
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "tests"
  28. ],
  29. "version": "3.1.7",
  30. "_release": "3.1.7",
  31. "_resolution": {
  32. "type": "version",
  33. "tag": "v3.1.7",
  34. "commit": "1be694c5a18dbd4b2dee8cada2c220a8cd557915"
  35. },
  36. "_source": "https://github.com/mervick/emojionearea.git",
  37. "_target": "3.1.*",
  38. "_originalSource": "emojionearea"
  39. }