.bower.json 728 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "Jcrop",
  3. "version": "2.0.4",
  4. "homepage": "http://jcrop.org/",
  5. "authors": [
  6. "Tapmodo <khallman@tapmodo.com>"
  7. ],
  8. "description": "jQuery image cropping plugin",
  9. "main": [
  10. "js/Jcrop.js",
  11. "css/Jcrop.css"
  12. ],
  13. "keywords": [
  14. "images",
  15. "forms",
  16. "cropping",
  17. "crop",
  18. "select",
  19. "image",
  20. "form"
  21. ],
  22. "license": "MIT",
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests"
  29. ],
  30. "_release": "2.0.4",
  31. "_resolution": {
  32. "type": "version",
  33. "tag": "v2.0.4",
  34. "commit": "80f645b69fc938b3823d92d74e5019036d04a9ca"
  35. },
  36. "_source": "https://github.com/tapmodo/Jcrop.git",
  37. "_target": "~2.0.4",
  38. "_originalSource": "jcrop"
  39. }