@crussell52/socket-ipc
Version:
An event-driven IPC implementation using unix file sockets.
34 lines (33 loc) • 756 B
JSON
{
"name": "@crussell52/socket-ipc",
"version": "0.4.1",
"description": "An event-driven IPC implementation using unix file sockets.",
"keywords": [
"ipc",
"interprocess",
"messages",
"communication",
"sockets",
"event",
"unix",
"mac",
"linux"
],
"homepage": "https://crussell52.github.io/node-socket-ipc/",
"bugs": {
"url": "https://github.com/crussell52/node-socket-ipc/issues"
},
"repository": "github:crussell52/node-socket-ipc",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chris Russell <crussell52@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"uuid": "^3.4.0"
}
}