From f8bbc778e56af8c2326edfad0066aed44a37c77c Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Mon, 27 Oct 2014 18:05:03 -0700 Subject: [PATCH] added npm images --- .gitignore | 1 + README.md | 6 ++++-- nbproject/project.properties | 3 +++ nbproject/project.xml | 9 +++++++++ package.json | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 nbproject/project.properties create mode 100644 nbproject/project.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14bc68c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/nbproject/private/ \ No newline at end of file diff --git a/README.md b/README.md index a783304..69f022a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -#node-ipc +node-ipc +================ *a nodejs module for local and remote Inter Process Communication* for Linux, Mac and Windows. A great solution for **Neural Networking** in Node.JS **npm install node-ipc** -[![alt node-ipc npm details](https://nodei.co/npm/node-ipc.png?stars=true "node-ipc npm module details ")](https://npmjs.org/package/node-ipc "node-ipc details from npm") +![NPM Stats for node-ipc](https://nodei.co/npm/node-ipc.png?downloads=true&downloadRank=true&stars=true) +![NPM Download Graph for node-ipc](https://nodei.co/npm-dl/node-ipc.png?months=6&height=3) Package details websites : * [GitHub.io site](http://riaevangelist.github.io/node-ipc/ "node-ipc documentation"). A prettier version of this site. diff --git a/nbproject/project.properties b/nbproject/project.properties new file mode 100644 index 0000000..e0c9985 --- /dev/null +++ b/nbproject/project.properties @@ -0,0 +1,3 @@ +file.reference.git-node-ipc=. +files.encoding=UTF-8 +site.root.folder=${file.reference.git-node-ipc} diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 0000000..5eb034e --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + node-ipc + + + diff --git a/package.json b/package.json index 06acd9a..15fefb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "1.1.11", + "version": "1.1.12", "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": {