mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 22:21:45 +08:00
13 lines
382 B
JSON
13 lines
382 B
JSON
{
|
|
"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": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
}
|