{
  "name": "freeice",
  "version": "2.2.2",
  "description": "Get free, randomized STUN and TURN servers for your WebRTC application",
  "main": "index.js",
  "scripts": {
    "test": "node test/all.js",
    "gendocs": "gendocs > README.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DamonOehlman/freeice.git"
  },
  "stability": "unstable",
  "keywords": [
    "webrtc",
    "ice",
    "stun",
    "turn"
  ],
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DamonOehlman/freeice/issues"
  },
  "homepage": "https://github.com/DamonOehlman/freeice",
  "devDependencies": {
    "rtc-quickconnect": "^5.8.4",
    "stun": "^1.2.1",
    "tape": "^4.8.0"
  },
  "dependencies": {
    "normalice": "^1.0.0"
  }
}
