node-easy-ipc
Version:
Easy IPC addon implementation for Windows using messages, filemapping, mutex, threads.
34 lines (33 loc) • 835 B
JSON
{
"name": "node-easy-ipc",
"version": "1.0.0",
"description": "Easy IPC addon implementation for Windows using messages, filemapping, mutex, threads.",
"main": "build/Release/addon.node",
"scripts": {
"build": "node-gyp configure build --this command needs to run from the console directly not from npm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Winexcel/node-easy-ipc.git"
},
"keywords": [
"windows",
"ipc",
"getmessage",
"sendmessage",
"mutex",
"thread",
"filemapping"
],
"author": "Winexcel",
"license": "ISC",
"gypfile": true,
"bugs": {
"url": "https://github.com/Winexcel/node-easy-ipc/issues"
},
"homepage": "https://github.com/Winexcel/node-easy-ipc#readme",
"dependencies": {},
"devDependencies": {
"node-addon-api": "^3.1.0"
}
}