node-ipc/package.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2014-02-22 20:13:31 +11:00
{
"name": "node-ipc",
2014-03-01 21:30:26 +11:00
"version": "0.9.7",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
2014-02-22 20:13:31 +11:00
"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",
2014-03-01 21:30:26 +11:00
"Neural Networking",
"Machine Learning",
2014-02-22 20:13:31 +11:00
"inter",
"process",
"communication",
"unix",
2014-03-01 21:30:26 +11:00
"TCP",
"UDP",
"domain",
2014-02-22 20:13:31 +11:00
"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"
},
2014-03-01 21:30:26 +11:00
"homepage": "riaevangelist.github.io/node-ipc/"
2014-02-22 20:13:31 +11:00
}