{
  "name": "buffer-signature",
  "version": "1.1.0",
  "description": "Get the mimetype of a buffer based on its contents",
  "main": "buffer-signature.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iarna/buffer-signature"
  },
  "keywords": [
    "mime",
    "file",
    "signature",
    "magic numbers",
    "file type",
    "type",
    "mimetype"
  ],
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org"
  },
  "contributors": [
    {
      "name": "Michael Leaney",
      "email": "leahcimic@gmail.com"
    }
  ],
  "license": "ISC",
  "devDependencies": {
    "tap": "^8.0.1"
  },
  "dependencies": {
    "readable-stream": "^2.2.2"
  },
  "files": [
    "buffer-signature.js",
    "signatures.js"
  ]
}
