mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
add toxic comments plugin to main api
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@coralproject/talk-plugin-toxicity",
|
||||
"pluginName": "talk-plugin-toxicity",
|
||||
"version": "0.0.1",
|
||||
"description": "Provides support for measuring the toxicity of user comments using the Perspectives API",
|
||||
"main": "index.js",
|
||||
"author": "The Coral Project Team <coral@mozillafoundation.org>",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"axios": "^0.16.2",
|
||||
"body-parser": "^1.17.2",
|
||||
"express-boom": "^2.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user