{
  "name": "node-turn",
  "version": "0.0.6",
  "description": "STUN/TURN Server",
  "main": "./lib/server.js",
  "scripts": {
    "start": "node start",
    "test": "nyc karma start",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint ./"
  },
  "author": "Atlantis Software",
  "license": "MIT",
  "dependencies": {
    "crc": "~3.8.0",
    "js-yaml": "~3.14.0",
    "log4js": "~6.3.0"
  },
  "devDependencies": {
    "coveralls": "~3.1.0",
    "eslint": "~7.9.0",
    "karma": "~5.2.2",
    "karma-chrome-launcher": "~3.1.0",
    "karma-mocha": "~2.0.1",
    "karma-mocha-reporter": "~2.2.5",
    "mocha": "~8.1.3",
    "nyc": "~15.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Atlantis-Software/node-turn.git"
  },
  "bugs": {
    "url": "https://github.com/Atlantis-Software/node-turn/issues"
  },
  "homepage": "https://github.com/Atlantis-Software/node-turn#readme"
}
