added npm images
This commit is contained in:
parent
2caf030ac2
commit
f8bbc778e5
5 changed files with 18 additions and 3 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/nbproject/private/
|
|
@ -1,9 +1,11 @@
|
||||||
#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* 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**
|
||||||
[![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 :
|
Package details websites :
|
||||||
* [GitHub.io site](http://riaevangelist.github.io/node-ipc/ "node-ipc documentation"). A prettier version of this site.
|
* [GitHub.io site](http://riaevangelist.github.io/node-ipc/ "node-ipc documentation"). A prettier version of this site.
|
||||||
|
|
3
nbproject/project.properties
Normal file
3
nbproject/project.properties
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
file.reference.git-node-ipc=.
|
||||||
|
files.encoding=UTF-8
|
||||||
|
site.root.folder=${file.reference.git-node-ipc}
|
9
nbproject/project.xml
Normal file
9
nbproject/project.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
||||||
|
<type>org.netbeans.modules.web.clientproject</type>
|
||||||
|
<configuration>
|
||||||
|
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
|
||||||
|
<name>node-ipc</name>
|
||||||
|
</data>
|
||||||
|
</configuration>
|
||||||
|
</project>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-ipc",
|
"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.",
|
"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": {
|
||||||
|
|
Loading…
Reference in a new issue