bower.json 410 B

1234567891011121314151617181920212223
  1. {
  2. "name": "exif-js",
  3. "version": "2.2.2",
  4. "homepage": "https://github.com/exif-js/exif-js",
  5. "authors": [
  6. "Jacob Seidelin"
  7. ],
  8. "description": "JavaScript library for reading EXIF image metadata",
  9. "main": "exif.js",
  10. "keywords": [
  11. "exif"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests",
  20. "spec",
  21. "example"
  22. ]
  23. }