strikeentco/teabot-botan

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "teabot-botan",
  "author": "Alexey Bystrov <strikeentco@gmail.com>",
  "version": "1.0.1",
  "description": "Botan.io analytics plugin for TeaBot",
  "engines": {
    "node": ">=0.12.0"
  },
  "keywords": [
    "telegram",
    "bot",
    "teabot",
    "plugin",
    "analytics",
    "botan"
  ],
  "main": "./main.js",
  "scripts": {
    "test": "mocha test",
    "test-on-travis": "istanbul cover --report lcovonly ./node_modules/mocha/bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strikeentco/teabot-botan.git"
  },
  "bugs": {
    "url": "https://github.com/strikeentco/teabot-botan/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.4.5",
    "should": "^8.2.2"
  }
}