mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 17:54:04 +08:00
15 lines
380 B
JSON
15 lines
380 B
JSON
{
|
|
"name": "@coralproject/talk-plugin-rich-text",
|
|
"pluginName": "talk-plugin-rich-text",
|
|
"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": {
|
|
"dompurify": "^1.0.3",
|
|
"jsdom": "^11.6.2",
|
|
"linkifyjs": "^2.1.5"
|
|
}
|
|
}
|