.bower.json 799 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "ng-img-crop",
  3. "version": "0.3.2",
  4. "authors": [
  5. "Alex Kaul <alexkaul@googlemail.com>"
  6. ],
  7. "description": "Image crop directive for AngularJS",
  8. "main": [
  9. "compile/minified/ng-img-crop.js",
  10. "compile/minified/ng-img-crop.css"
  11. ],
  12. "keywords": [
  13. "angular",
  14. "image",
  15. "crop",
  16. "cropper"
  17. ],
  18. "license": "MIT",
  19. "homepage": "https://github.com/alexk111/ngImgCrop",
  20. "ignore": [
  21. "node_modules",
  22. "bower_components",
  23. "test"
  24. ],
  25. "devDependencies": {
  26. "angular": "~1.2.19"
  27. },
  28. "_release": "0.3.2",
  29. "_resolution": {
  30. "type": "version",
  31. "tag": "v0.3.2",
  32. "commit": "8f29783e69e8e74cf76b278e42d3ad686f209ace"
  33. },
  34. "_source": "git://github.com/alexk111/ngImgCrop.git",
  35. "_target": "~0.3.2",
  36. "_originalSource": "ngImgCrop"
  37. }