diff --git a/README.md b/README.md index c1e20aa8..e8763ab0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Aedes  [![Build Status](https://travis-ci.org/mcollina/aedes.svg?branch=master)](https://travis-ci.org/mcollina/aedes) [![Coverage Status](https://coveralls.io/repos/mcollina/aedes/badge.svg?branch=master&service=github)](https://coveralls.io/github/mcollina/aedes?branch=master) +# Aedes +[![Build Status](https://travis-ci.org/mcollina/aedes.svg?branch=master)](https://travis-ci.org/mcollina/aedes) [![Known Vulnerabilities](https://snyk.io/test/github/mcollina/aedes/badge.svg)](https://snyk.io/test/github/mcollina/aedes) [![Coverage Status](https://coveralls.io/repos/mcollina/aedes/badge.svg?branch=master&service=github)](https://coveralls.io/github/mcollina/aedes?branch=master) [![NPM version](https://img.shields.io/npm/v/aedes.svg?style=flat)](https://www.npmjs.com/package/aedes) [![NPM downloads](https://img.shields.io/npm/dm/aedes.svg?style=flat)](https://www.npmjs.com/package/aedes) Barebone MQTT server that can run on any stream server. @@ -8,6 +9,7 @@ Barebone MQTT server that can run on any stream server. * [Example](#example) * [API](#api) * [TODO](#todo) +* [Collaborators](#collaborators) * [Acknowledgements](#acknowledgements) * [License](#license) @@ -406,6 +408,12 @@ You can subscribe on the following `$SYS` topics to get client presence: - `$SYS/+/disconnect/clients` - will inform about client disconnections. The payload will contain the `clientId` of the connected/disconnected client +## Collaborators + +* [__Gavin D'mello__](https://github.com/GavinDmello) +* [__Behrad Zari__](https://github.com/behrad) +* [__Gnought__](https://github.com/gnought) + ## Acknowledgements This library is born after a lot of discussion with all diff --git a/package.json b/package.json index ad84e688..dbae0eb7 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,20 @@ "things" ], "author": "Matteo Collina ", + "contributors": [ + { + "name": "Gavin D'mello", + "url": "https://github.com/GavinDmello" + }, + { + "name": "Behrad Zari", + "url": "https://github.com/behrad" + }, + { + "name": "Gnought", + "url": "https://github.com/gnought" + } + ], "license": "MIT", "devDependencies": { "@types/node": "^12.6.3",