{ "name": "janus-client", "version": "1.0.0", "main": "src/janus.js", "scripts": { "test": "mocha -R spec --ui bdd --full-trace test/*-spec.js" }, "author": "Hans-Peter Herzog ", "license": "ISC", "description": "", "dependencies": { "bluebird": "^3.4.1", "debug-logger": "^0.4.1", "lodash": "^4.14.1", "uuid": "^2.0.2", "validator": "^6.1.0", "ws": "^1.1.1" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.0.1", "ws": "^1.1.1" } }