prepping for windows support release

This commit is contained in:
Brandon Nozaki Miller 2015-09-27 04:53:08 -07:00
parent f31d0c9008
commit 6fdd7ba1ed
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
node-ipc node-ipc
================ ================
*a nodejs module for local and remote Inter Process Communication* for Linux, Mac and Windows. *a nodejs module for local and remote Inter Process Communication* with full support for Linux, Mac and Windows.
A great solution for **Neural Networking** in Node.JS A great solution for **Neural Networking** in Node.JS
**npm install node-ipc** **npm install node-ipc**

View File

@ -1,6 +1,6 @@
{ {
"name": "node-ipc", "name": "node-ipc",
"version": "2.0.2", "version": "3.0.0",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"main": "node-ipc.js", "main": "node-ipc.js",
"directories": { "directories": {
@ -24,6 +24,9 @@
"process", "process",
"communication", "communication",
"unix", "unix",
"windows",
"win",
"socket",
"TCP", "TCP",
"UDP", "UDP",
"domain", "domain",