node-botmetrics
Version:
Official NodeJS client for BotMetrics, https://bot-metrics.com. A tool for chat bot analytics and conversation history.
32 lines (31 loc) • 676 B
JSON
{
"name": "node-botmetrics",
"version": "1.0.0",
"description": "Official NodeJS client for BotMetrics, https://bot-metrics.com. A tool for chat bot analytics and conversation history.",
"main": "index.js",
"keywords": [
"bots",
"bot",
"analytics",
"facebook",
"fb",
"messenger",
"telegram",
"slack",
"kik"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mnort9/node-botmetrics.git"
},
"author": "Matt Norton <mnort9@gmail.com>",
"license": "MIT",
"dependencies": {
"request": "^2.72.0"
},
"devDependencies": {
"chai": "^3.5.0",
"dotenv": "^2.0.0",
"mocha": "^2.5.3"
}
}