mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
13 lines
360 B
JSON
13 lines
360 B
JSON
{
|
|
"name": "@coralproject/talk-plugin-rich-text-coral",
|
|
"pluginName": "talk-plugin-rich-text-coral",
|
|
"version": "0.0.1",
|
|
"description": "Simple Rich Text Editor for Talk",
|
|
"main": "index.js",
|
|
"author": "The Coral Project Team <coral@mozillafoundation.org>",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"react-contenteditable": "^2.0.7"
|
|
}
|
|
}
|