node-ipc/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2014-02-22 20:13:31 +11:00
{
"name": "node-ipc",
2014-02-27 09:04:09 +11:00
"version": "0.9.0",
2014-02-22 20:13:31 +11:00
"description": "A nodejs module for local and remote Inter Process Communication (IPC) uses Unix Sockets for local communication avoiding the network card for lower overhead and latency. ## Solid but, ### Still under development and lacking documentation, but useable.",
"main": "node-ipc.js",
"directories": {
"example": "example"
},
"dependencies": {
"event-pubsub": "~1.0.2",
"colors": "~0.6.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"IPC",
"inter",
"process",
"communication",
"unix",
"sockets",
"threaded",
"communication",
"multi",
"process",
"shared",
"memory"
],
"author": "Brandon Nozaki Miller",
2014-02-27 09:04:09 +11:00
"license": "Unlicenced",
"repository": {
"type": "git",
"url": "https://github.com/RIAEvangelist/node-ipc.git"
},
"bugs": {
"url": "https://github.com/RIAEvangelist/node-ipc/issues"
},
"homepage": "https://github.com/RIAEvangelist/node-ipc"
2014-02-22 20:13:31 +11:00
}