{
  "name": "turbo-net",
  "version": "1.4.0",
  "description": "Low level TCP library",
  "main": "index.js",
  "dependencies": {
    "napi-macros": "^1.3.0",
    "node-gyp-build": "^3.3.0",
    "unordered-set": "^2.0.0"
  },
  "devDependencies": {
    "prebuildify": "^2.6.0",
    "speedometer": "^1.0.0",
    "standard": "^11.0.0",
    "tape": "^4.9.0"
  },
  "scripts": {
    "install": "node-gyp-build",
    "test": "standard && tape test/*.js",
    "prebuild": "prebuildify --napi"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/turbo-net.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/turbo-net/issues"
  },
  "homepage": "https://github.com/mafintosh/turbo-net"
}
