| 1234567891011121314151617181920212223 |
- {
- "name": "exif-js",
- "version": "2.2.2",
- "homepage": "https://github.com/exif-js/exif-js",
- "authors": [
- "Jacob Seidelin"
- ],
- "description": "JavaScript library for reading EXIF image metadata",
- "main": "exif.js",
- "keywords": [
- "exif"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "spec",
- "example"
- ]
- }
|