Files
talk/plugins/talk-plugin-toxic-comments/package.json
T
2017-07-25 12:08:36 -04:00

15 lines
446 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": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"express-boom": "^2.0.0"
}
}