Files
talk/plugins/talk-plugin-toxic-comments/package.json
T
Wyatt Johnson 97eee92499 updated docs
2017-10-11 15:32:25 -06:00

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"
}
}