| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "exif-js",
- "version": "2.3.0",
- "description": "JavaScript library for reading EXIF image metadata",
- "main": "exif.js",
- "directories": {
- "example": "example"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/exif-js/exif-js"
- },
- "keywords": [
- "exif"
- ],
- "author": "Jacob Seidelin",
- "maintainers": [
- "Roald de Vries"
- ],
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/exif-js/exif-js/issues"
- },
- "homepage": "https://github.com/exif-js/exif-js",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "spec",
- "example"
- ],
- "devDependencies": {
- "bower": "^1.4.2",
- "mversion": "^1.10.0"
- }
- }
|