picturecut.jquery.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "picturecut",
  3. "title": "jQuery Picture Cut",
  4. "description": "Picture cut is a jquery plugin that handles images in a very friendly and simple way, with a beautiful interface based on bootstrap or jquery ui, has great features like ajax upload, drag image from explorer, image crop and others.",
  5. "keywords": [
  6. "Image",
  7. "Crop",
  8. "File",
  9. "Upload"
  10. ],
  11. "version": "1.1.2",
  12. "author": {
  13. "name": "Tuyoshi Vinicius",
  14. "url": "tuyoshi.com.br"
  15. },
  16. "maintainers": [
  17. {
  18. "name": "Tuyoshi Vinicius",
  19. "email": "tuyoshi_vinicius@hotmail.com",
  20. "url": "http://tuyoshi.com.br"
  21. }
  22. ],
  23. "licenses": [
  24. {
  25. "type": "MIT",
  26. "url": "http://opensource.org/licenses/MIT"
  27. }
  28. ],
  29. "bugs": "https://github.com/TuyoshiVinicius/jQuery-Picture-Cut/issues",
  30. "homepage": "https://github.com/TuyoshiVinicius/jQuery-Picture-Cut",
  31. "docs": "http://picturecut.tuyoshi.com.br/docs/",
  32. "download": "http://picturecut.tuyoshi.com.br",
  33. "dependencies": {
  34. "jquery": ">=1.5"
  35. }
  36. }