.bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "blueimp-md5",
  3. "version": "1.1.0",
  4. "title": "JavaScript MD5",
  5. "description": "JavaScript MD5 implementation.",
  6. "keywords": [
  7. "javascript",
  8. "md5"
  9. ],
  10. "homepage": "https://github.com/blueimp/JavaScript-MD5",
  11. "author": {
  12. "name": "Sebastian Tschan",
  13. "url": "https://blueimp.net"
  14. },
  15. "maintainers": [
  16. {
  17. "name": "Sebastian Tschan",
  18. "url": "https://blueimp.net"
  19. }
  20. ],
  21. "contributors": [
  22. {
  23. "name": "Paul Johnston",
  24. "url": "http://pajhome.org.uk/crypt/md5"
  25. }
  26. ],
  27. "repository": {
  28. "type": "git",
  29. "url": "git://github.com/blueimp/JavaScript-MD5.git"
  30. },
  31. "bugs": "https://github.com/blueimp/JavaScript-MD5/issues",
  32. "licenses": [
  33. {
  34. "type": "MIT",
  35. "url": "http://www.opensource.org/licenses/MIT"
  36. }
  37. ],
  38. "main": "js/md5.js",
  39. "ignore": [
  40. "/*.*",
  41. "css",
  42. "js/demo.js",
  43. "test"
  44. ],
  45. "_release": "1.1.0",
  46. "_resolution": {
  47. "type": "version",
  48. "tag": "1.1.0",
  49. "commit": "b187bf0abe24bacbca83ea4799978b78829e7914"
  50. },
  51. "_source": "git://github.com/blueimp/JavaScript-MD5.git",
  52. "_target": "~1.1.0",
  53. "_originalSource": "blueimp-md5"
  54. }