add toxic comments plugin to main api

This commit is contained in:
Jeff Nelson
2017-07-25 12:08:36 -04:00
parent b0cbddd313
commit c67f92eb44
8 changed files with 365 additions and 1 deletions
@@ -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"
}
}