UNPKG

uds-pubsub

Version:

Lightweight Unix Domain Socket pub/sub library for Node.js

25 lines (24 loc) 666 B
{ "name": "uds-pubsub", "version": "1.0.1", "description": "Lightweight Unix Domain Socket pub/sub library for Node.js", "main": "./src/index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["pubsub", "IPC", "Unix Domain Socket", "nodejs"], "author": "Tyrone Ward", "license": "MIT", "directories": { "example": "examples" }, "repository": { "type": "git", "url": "git+https://github.com/Tyrone-Ward/uds-pubsub.git" }, "bugs": { "url": "https://github.com/Tyrone-Ward/uds-pubsub/issues" }, "homepage": "https://github.com/Tyrone-Ward/uds-pubsub#readme" }