diff --git a/README.md b/README.md index f30d3db..f37d56f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 9d9c152..68f0066 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "directories": { "example": "example" }, + "engines" : { + "node" : ">=1.0.0" + }, "dependencies": { "colors": "*", "event-pubsub": "*",