updated devDependencies
This commit is contained in:
commit
018cef42d7
4 changed files with 6 additions and 16 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/nbproject/private/
|
||||
/node_modules/
|
||||
/node_modules/
|
||||
/nbproject
|
||||
|
|
|
@ -3,9 +3,10 @@ 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**
|
||||
![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)
|
||||
**npm install node-ipc**
|
||||
|
||||
[![NPM Stats for node-ipc](https://nodei.co/npm/node-ipc.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/node-ipc)
|
||||
[![NPM Download Graph for node-ipc](https://nodei.co/npm-dl/node-ipc.png?months=6&height=3)](https://npmjs.org/package/node-ipc)
|
||||
|
||||
Package details websites :
|
||||
* [GitHub.io site](http://riaevangelist.github.io/node-ipc/ "node-ipc documentation"). A prettier version of this site.
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
file.reference.git-node-ipc=.
|
||||
files.encoding=UTF-8
|
||||
site.root.folder=${file.reference.git-node-ipc}
|
|
@ -1,9 +0,0 @@
|
|||
<?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>
|
Loading…
Reference in a new issue