bower.json 539 B

1234567891011121314151617181920212223242526272829
  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. }