Adds subscriber plugin

This commit is contained in:
Belen Curcio
2017-10-02 01:06:08 -03:00
parent 43cb0efe7e
commit 7aaad6ccd9
12 changed files with 136 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"name": "@coralproject/talk-plugin-subscriber",
"version": "0.1.0",
"description": "A Recipe to display a user badge",
"main": "index.js",
"author": "The Coral Project Team <coral@mozillafoundation.org>",
"license": "Apache-2.0",
"dependencies": {
"moment": "^2.18.1"
}
}