strikeentco/tg-yarl

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tg-yarl",
  "author": "Alexey Bystrov <strikeentco@gmail.com>",
  "version": "1.3.0",
  "description": "A simple Promise based wrapper over Telegram Bot Api with additional features.",
  "engines": {
    "node": ">=0.12.0"
  },
  "keywords": [
    "telegram",
    "bot",
    "api",
    "teabot",
    "bot api",
    "wrapper",
    "yarl",
    "inline"
  ],
  "main": "./main.js",
  "files": [
    "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/tg-yarl.git"
  },
  "bugs": {
    "url": "https://github.com/strikeentco/tg-yarl/issues"
  },
  "dependencies": {
    "yarl": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "^3.0.2",
    "should": "^10.0.0"
  },
  "license": "MIT"
}