UNPKG

posix-socket-messaging

Version:

Simple messaging protocol for the posix-socket module

31 lines (30 loc) 700 B
{ "name": "posix-socket-messaging", "description": "Simple messaging protocol for the posix-socket module", "version": "0.0.1", "author": { "name": "Laurent Christophe", "email": "lachrist@vub.ac.be" }, "main": "lib/index.js", "scripts": { "test": "npx c8 --reporter=html --require lib/index.js node test/index.js ; open coverage/index.html" }, "repository": "lachrist/posix-socket-messaging", "license": "MIT", "keywords": [ "Node", "Posix", "Socket", "Synchronous", "Messaging", "Communication" ], "devDependencies": { "c8": "^7.7.1", "net-socket-messaging": "^0.1.5" }, "dependencies": { "posix-socket": "^1.0.1" } }