.bower.json 891 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "linkifyjs",
  3. "main": "linkify.js",
  4. "version": "2.1.8",
  5. "authors": [
  6. "SoapBox Innovations Inc. <dev@soapboxhq.com>"
  7. ],
  8. "description": "Intelligent link recognition, made easy",
  9. "keywords": [
  10. "node",
  11. "js",
  12. "jquery",
  13. "link",
  14. "autolink",
  15. "text",
  16. "url",
  17. "email",
  18. "hashtag",
  19. "hashtags",
  20. "mention",
  21. "mentions"
  22. ],
  23. "license": "MIT",
  24. "homepage": "http://soapbox.github.io/linkifyjs/",
  25. "ignore": [
  26. "**/.*",
  27. "node_modules",
  28. "bower_components",
  29. "test",
  30. "tests"
  31. ],
  32. "dependencies": {
  33. "jquery": ">=1.7.0"
  34. },
  35. "_release": "2.1.8",
  36. "_resolution": {
  37. "type": "version",
  38. "tag": "v2.1.8",
  39. "commit": "e7fbf85e679af9ef786a6e5ab83de546a371cbac"
  40. },
  41. "_source": "https://github.com/nfrasser/linkify-shim.git",
  42. "_target": "^2.1.8",
  43. "_originalSource": "linkifyjs",
  44. "_direct": true
  45. }