{
  "name": "blob-slicer",
  "version": "1.0.0",
  "description": "read all or part of the content in a Blob or File as a Buffer or Stream",
  "keywords": [
    "blob",
    "file",
    "filereader",
    "stream",
    "buffer",
    "binary",
    "browser",
    "browserify"
  ],
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Merzouqi/blob-slicer.git"
  },
  "author": "Hoummad Merzouqi <hoummad.merzouqi@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Merzouqi/blob-slicer/issues"
  },
  "homepage": "https://github.com/Merzouqi/blob-slicer#readme",
  "devDependencies": {
    "standard": "^12.0.1",
    "tape": "^4.10.1",
    "airtap": "^1.0.2"
  },
  "dependencies": {
    "buffer": "^4.9.1"
  },
  "scripts": {
    "lint": "standard --global Blob --global FileReader",
    "test": "npm run lint && airtap -- test/*.js",
    "test-local": "airtap --local test/*.js"
  }
}
