package.json 732 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "exif-js",
  3. "version": "2.3.0",
  4. "description": "JavaScript library for reading EXIF image metadata",
  5. "main": "exif.js",
  6. "directories": {
  7. "example": "example"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/exif-js/exif-js"
  12. },
  13. "keywords": [
  14. "exif"
  15. ],
  16. "author": "Jacob Seidelin",
  17. "maintainers": [
  18. "Roald de Vries"
  19. ],
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/exif-js/exif-js/issues"
  23. },
  24. "homepage": "https://github.com/exif-js/exif-js",
  25. "ignore": [
  26. "**/.*",
  27. "node_modules",
  28. "bower_components",
  29. "test",
  30. "tests",
  31. "spec",
  32. "example"
  33. ],
  34. "devDependencies": {
  35. "bower": "^1.4.2",
  36. "mversion": "^1.10.0"
  37. }
  38. }