node-ipc/package.json

56 lines
1.2 KiB
JSON

{
"name": "node-ipc",
"version": "5.2.1",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"main": "node-ipc.js",
"directories": {
"example": "example"
},
"engines": {
"node": ">=1.0.0"
},
"dependencies": {
"colors": "*",
"event-pubsub": "2.2.0",
"js-message": "*",
"js-queue": "^0.1.2",
"node-cmd": "*"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"IPC",
"Neural Networking",
"Machine Learning",
"inter",
"process",
"communication",
"unix",
"windows",
"win",
"socket",
"TCP",
"UDP",
"domain",
"sockets",
"threaded",
"communication",
"multi",
"process",
"shared",
"memory"
],
"author": "Brandon Nozaki Miller",
"license": "DBAD",
"repository": {
"type": "git",
"url": "https://github.com/RIAEvangelist/node-ipc.git"
},
"bugs": {
"url": "https://github.com/RIAEvangelist/node-ipc/issues"
},
"homepage": "http://riaevangelist.github.io/node-ipc/"
}