Added new plugin

This commit is contained in:
Wyatt Johnson
2018-04-09 15:58:31 -06:00
parent 5941bfac7c
commit 333ef98378
18 changed files with 596 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"name": "@coralproject/talk-plugin-profile-data",
"version": "1.0.0",
"description": "Adds profile data management for Talk",
"main": "index.js",
"license": "Apache-2.0",
"private": false,
"dependencies": {
"archiver": "^2.1.1",
"csv-stringify": "^3.0.0"
}
}