{
  "name": "usocket",
  "version": "1.0.3",
  "description": "unix local sockets with descriptor passing",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec",
    "configure": "node-gyp configure",
    "build": "node-gyp build",
    "rebuild": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jhs67/usocket.git"
  },
  "keywords": [
    "unix",
    "local",
    "socket",
    "file",
    "descriptor"
  ],
  "author": "Jon Spencer <jon@jonspencer.ca>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jhs67/usocket/issues"
  },
  "homepage": "https://github.com/jhs67/usocket#readme",
  "devDependencies": {
    "mocha": "^11.7.5"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "debug": "^4.4.3",
    "nan": "^2.25.0",
    "node-gyp": "^12.2.0"
  }
}
