added nodei node-ipc badge

This commit is contained in:
Brandon Nozaki Miller 2015-12-08 16:57:41 -08:00
parent 2238b594ce
commit 0220080d54
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,8 @@ A great solution for **Neural Networking** in Node.JS
**npm install node-ipc**
npm info : [See npm trends and stats for node-ipc](http://npm-stat.com/charts.html?package=node-ipc&author=&from=&to=)
npm info : [See npm trends and stats for node-ipc](http://npm-stat.com/charts.html?package=node-ipc&author=&from=&to=)
[![NPM](https://nodei.co/npm/node-ipc.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/node-ipc/)
![node-ipc npm version](https://img.shields.io/npm/v/node-ipc.svg) ![supported node version for node-ipc](https://img.shields.io/node/v/node-ipc.svg) ![total npm downloads for node-ipc](https://img.shields.io/npm/dt/node-ipc.svg) ![monthly npm downloads for node-ipc](https://img.shields.io/npm/dm/node-ipc.svg) ![npm licence for node-ipc](https://img.shields.io/npm/l/node-ipc.svg)
[![RIAEvangelist](https://avatars3.githubusercontent.com/u/369041?v=3&s=100)](https://github.com/RIAEvangelist)

View File

@ -6,6 +6,9 @@
"directories": {
"example": "example"
},
"engines" : {
"node" : ">=1.0.0"
},
"dependencies": {
"colors": "*",
"event-pubsub": "*",