{
  "name": "databridge-destination-json",
  "version": "1.0.2",
  "description": "(Deprecated) DataBridge module: JSON destination",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "gitlab:databridge/databridge-destination-json"
  },
  "keywords": [
    "databridge",
    "json",
    "data",
    "transfer",
    "nodejs"
  ],
  "author": "Michael A Smith @psalmody <psalmody@gmail.com> (http://psalmody.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/psalmody/databridge-destination-json/issues"
  },
  "homepage": "https://gitlab.com/psalmody/databridge-destination-json#README",
  "dependencies": {
    "async": "^1.5.2",
    "graceful-fs": "^4.1.4",
    "mkdirp": "^0.5.1",
    "split": "^1.0.0",
    "stream": "0.0.2"
  }
}
