{
    "author": "David Janes <davidjanes@davidjanes.com>", 
    "bin": {
        "mongodb-import": "./bin/mongodb-import.js"
    }, 
    "bugs": {
        "url": "https://github.com/dpjanes/iotdb-mongodb/issues"
    }, 
    "dependencies": {
        "iotdb-errors": "^3.1.9", 
        "iotdb-helpers": "^3.5.9", 
        "mongodb": "~3.6.5"
    }, 
    "description": "POP MongoDB interface", 
    "homepage": "https://github.com/dpjanes/node-iotdb", 
    "license": "Apache-2.0", 
    "main": "index.js", 
    "name": "iotdb-mongodb", 
    "private": false, 
    "repository": {
        "type": "git", 
        "url": "https://github.com/dpjanes/iotdb-mongodb"
    }, 
    "scripts": {
        "cover": "nyc --reporter=html mocha --recursive", 
        "test": "mocha --recursive --bail"
    }, 
    "version": "2.2.1"
}