.bower.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "blueimp-md5",
  3. "version": "1.0.3",
  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. "devDependencies": {
  39. "mocha": "1.11.0",
  40. "expect.js": "0.2.0",
  41. "uglify-js": "2.3.6"
  42. },
  43. "main": "js/md5.js",
  44. "_release": "1.0.3",
  45. "_resolution": {
  46. "type": "version",
  47. "tag": "1.0.3",
  48. "commit": "299407012031ac6f60f832d3b5fa975fcb88b550"
  49. },
  50. "_source": "git://github.com/blueimp/JavaScript-MD5.git",
  51. "_target": "~1.0.1",
  52. "_originalSource": "blueimp-md5"
  53. }