.bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "cropper",
  3. "description": "A simple jQuery image cropping plugin.",
  4. "main": [
  5. "dist/cropper.js",
  6. "dist/cropper.css"
  7. ],
  8. "keywords": [
  9. "image",
  10. "crop",
  11. "cropping",
  12. "move",
  13. "zoom",
  14. "rotate",
  15. "scale",
  16. "jquery",
  17. "plugin",
  18. "html",
  19. "css",
  20. "javascript",
  21. "front-end",
  22. "web",
  23. "development"
  24. ],
  25. "homepage": "https://github.com/fengyuanchen/cropper",
  26. "authors": [
  27. "Fengyuan Chen"
  28. ],
  29. "license": "MIT",
  30. "ignore": [
  31. "**/.*",
  32. "node_modules",
  33. "bower_components",
  34. "tests",
  35. "test",
  36. "examples",
  37. "assets",
  38. "demo",
  39. "docs",
  40. "gulpfile.js",
  41. "CONTRIBUTING.md",
  42. "FAQ.md"
  43. ],
  44. "dependencies": {
  45. "jquery": ">= 1.9.1"
  46. },
  47. "devDependencies": {
  48. "bootstrap": "~3.3.5",
  49. "fontawesome": "~4.4.0",
  50. "jquery": "~1.11.3",
  51. "qunit": "~1.18.0"
  52. },
  53. "version": "1.0.0",
  54. "_release": "1.0.0",
  55. "_resolution": {
  56. "type": "version",
  57. "tag": "v1.0.0",
  58. "commit": "c0805bc83c9270a0be4afdfbd02d517de7a4c970"
  59. },
  60. "_source": "https://github.com/fengyuanchen/cropper.git",
  61. "_target": "1.0.*",
  62. "_originalSource": "cropper"
  63. }