{
    "dependencies": {
        "mocha": "~5.2.0"
    },
    "scripts": {
        "test": "mocha --reporter spec  --check-leaks test*"
    }
}
