Adding rte plugin 🎉

This commit is contained in:
okbel
2018-02-21 09:26:39 -03:00
parent e895413038
commit 096c9a4894
10 changed files with 117 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "@coralproject/talk-plugin-rte",
"pluginName": "talk-plugin-rte",
"version": "0.0.1",
"description": "Rich Text Editor for Talk",
"main": "index.js",
"author": "The Coral Project Team <coral@mozillafoundation.org>",
"license": "Apache-2.0",
"dependencies": {
"pell": "^0.7.0"
}
}