{
  "name": "janus-admin",
  "version": "1.0.6",
  "main": "src/admin.js",
  "scripts": {
    "test": "mocha -b --exit -R spec --full-trace test/*-spec.js",
    "test-dev": "mocha -b -R spec -w test/*-spec.js"
  },
  "author": "Hans-Peter Herzog <hherzog@sipwise.com>",
  "license": "GPL-3.0",
  "description": "JanusAdmin is a node.js http client that implements the admin interface of the Janus WebRTC Gateway",
  "keywords": [
    "janus"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sipwise/janus-admin.git"
  },
  "devDependencies": {
    "body-parser": "1.19.0",
    "express": "4.17.1",
    "mocha": "^8.3.2"
  },
  "dependencies": {
    "chai": "4.2.0",
    "debug-logger": "0.4.1",
    "lodash": "^4.17.21",
    "superagent": "5.1.0",
    "uuid": "3.3.2",
    "validator": "11.1.0"
  }
}
