node-ipc/package.json

56 lines
1.1 KiB
JSON
Raw Normal View History

2014-02-22 20:13:31 +11:00
{
"name": "node-ipc",
2016-01-04 20:47:06 +11:00
"version": "5.2.0",
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"
},
"engines": {
"node": ">=1.0.0"
2015-12-09 11:57:41 +11:00
},
2014-02-22 20:13:31 +11:00
"dependencies": {
2015-12-03 05:24:38 +11:00
"colors": "*",
"event-pubsub": "*",
"js-message": "*",
"js-queue": "^0.1.2",
2015-12-03 05:24:38 +11:00
"node-cmd": "*"
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",
2015-09-27 21:53:08 +10:00
"windows",
"win",
"socket",
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
}