mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 02:00:29 +08:00
8b669a31c5
- implements new notification manager using connect api - first use case of plugins using the plugin api
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"name": "@coralproject/talk-plugin-notifications",
|
|
"version": "1.0.0",
|
|
"description": "Adds notification support for Talk",
|
|
"main": "index.js",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"dependencies": {
|
|
"linkifyjs": "^2.1.5"
|
|
}
|
|
}
|