bower.json 463 B

123456789101112131415161718192021222324252627
  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": ["js/Jcrop.js", "css/Jcrop.css"],
  10. "keywords": [
  11. "images",
  12. "forms",
  13. "cropping",
  14. "crop",
  15. "select",
  16. "image",
  17. "form"
  18. ],
  19. "license": "MIT",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests"
  26. ]
  27. }