{
  "name": "is-jpg",
  "version": "2.0.0",
  "description": "Check if a Buffer/Uint8Array is a JPEG image",
  "license": "MIT",
  "repository": "sindresorhus/is-jpg",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "jpg",
    "jpeg",
    "image",
    "img",
    "pic",
    "picture",
    "photo",
    "type",
    "detect",
    "check",
    "is",
    "exif",
    "binary",
    "buffer",
    "uint8array",
    "cli",
    "bin"
  ],
  "devDependencies": {
    "ava": "*",
    "read-chunk": "^2.1.0",
    "xo": "*"
  }
}
