node-ipc/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2014-02-22 20:13:31 +11:00
{
"name": "node-ipc",
2015-09-27 20:37:01 +10:00
"version": "2.0.2",
2014-03-01 21:30:26 +11:00
"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": {
2014-09-04 11:20:53 +10:00
"colors": "~0.6.2",
"event-pubsub": "~1.0.3",
"js-message": "*",
2014-09-05 15:30:25 +10:00
"node-cmd": "~1.0.1"
2014-02-22 20:13:31 +11:00
},
"devDependencies": {},
2014-02-22 20:13:31 +11:00
"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-09-01 03:56:53 +10:00
"license": "DBAD",
2014-02-27 09:04:09 +11:00
"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/"
2014-02-22 20:13:31 +11:00
}