{
  "name": "bfj",
  "version": "7.1.0",
  "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
  "homepage": "https://gitlab.com/philbooth/bfj",
  "license": "MIT",
  "author": "Phil Booth (https://gitlab.com/philbooth)",
  "main": "./src",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/philbooth/bfj.git"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "check-types": "^11.2.3",
    "hoopy": "^0.1.4",
    "jsonpath": "^1.1.1",
    "tryer": "^1.0.1"
  },
  "devDependencies": {
    "axios": "^1.5.0",
    "chai": "^4.3.8",
    "eslint": "^8.48.0",
    "mocha": "^10.2.0",
    "please-release-me": "^2.1.4",
    "proxyquire": "^2.1.3",
    "spooks": "^2.0.0"
  }
}