{
  "name": "webrtc-stun",
  "version": "3.0.0",
  "description": "Pure TypeScript STUN implementation.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/jest": "^23.3.12",
    "@types/node": "^10.12.12",
    "@types/buffer-crc32": "^0.2.0",
    "@types/ip": "^1.1.0",
    "jest": "^23.6.0",
    "prettier": "^1.15.3",
    "ts-jest": "^23.10.5",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^3.2.2"
  },
  "dependencies": {
    "buffer-crc32": "^0.2.13",
    "ip": "^1.1.5"
  },
  "scripts": {
    "test": "jest",
    "tsnode": "ts-node",
    "lint": "tslint -p . --fix && tsc -p . --noEmit",
    "build": "tsc -d -p ."
  },
  "keywords": [
    "webrtc",
    "nodejs",
    "typescript",
    "stun",
    "rfc5389"
  ],
  "author": "leader22",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leader22/webrtc-stun.git"
  },
  "bugs": {
    "url": "https://github.com/leader22/webrtc-stun/issues"
  },
  "homepage": "https://github.com/leader22/webrtc-stun#readme"
}
