{
  "name": "file-type-filter",
  "version": "1.0.0",
  "description": "A stream filter that aborts the stream if it's type is not valid",
  "main": "index.js",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avishorp/file-type-filter.git"
  },
  "author": "Avishay Orpaz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/avishorp/file-type-filter/issues"
  },
  "homepage": "https://github.com/avishorp/file-type-filter#readme",
  "dependencies": {
    "file-type": "^5.0.0",
    "null-duplex-stream": "0.0.3",
    "stream-counter": "^1.0.0"
  },
  "devDependencies": {
    "bytechunker": "^1.0.1",
    "chai": "^4.0.2",
    "mocha": "^3.4.2"
  }
}
