{
  "name": "sctp",
  "version": "1.0.0",
  "author": {
    "name": "Vladimir Latyshev",
    "email": "latysheff@gmail.com"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "ip": "^1.1.5",
    "polycrc": "^0.1.0"
  },
  "devDependencies": {
    "lodash": "^4.17.19",
    "raw-socket": "^1.7.0",
    "standard": "^12.0.1",
    "tape": "^4.13.3"
  },
  "description": "SCTP network protocol (RFC4960) in plain Javascript",
  "keywords": [
    "RFC4960",
    "SCTP",
    "Sigtran",
    "SS7",
    "RFC8261",
    "DTLS",
    "WebRTC"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "test": "standard && tape test/*.js"
  },
  "repository": "https://github.com/latysheff/node-sctp.git"
}
