enricostara/telegram-tl-node

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "telegram-tl-node",
  "version": "0.11.5",
  "description": "Telegram TypeLanguage library",
  "keywords": [
    "telegram",
    "tl",
    "typelanguage",
    "type-language",
    "library"
  ],
  "author": "Enrico Stara <enrico.stara@gmail.com>",
  "homepage": "https://github.com/enricostara/telegram-tl-node",
  "repository": {
    "type": "git",
    "url": "git://github.com/enricostara/telegram-tl-node.git"
  },
  "bugs": {
    "url": "https://github.com/enricostara/telegram-tl-node/issues"
  },
  "license": "MIT",
  "dependencies": {
    "colors": "1.1.2",
    "get-log": "latest",
    "requirish": "latest",
    "jsbn": "0.0.0"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "0.1.0",
    "coveralls": "2.11.3",
    "gulp": "3.9.0",
    "gulp-jshint": "1.11.2",
    "gulp-mocha": "2.1.3",
    "istanbul": "0.3.17",
    "mocha": "2.2.5",
    "mocha-better-spec-reporter": "1.1.2",
    "mocha-lcov-reporter": "0.0.2",
    "should": "7.0.2"
  },
  "main": "index",
  "engines": {
    "node": ">0.10.30"
  },
  "scripts": {
    "test": "DEBUG=-mocha*,* ./node_modules/gulp/bin/gulp.js test",
    "coveralls": "DEBUG=-mocha*,* istanbul cover ./node_modules/gulp/bin/gulp.js cover && cat ./coverage/lcov.info | coveralls && codeclimate < ./coverage/lcov.info &&  rm -rf ./coverage"
  }
}