telegram-mtproto
Version:
Telegram MTProto library
68 lines (67 loc) • 1.89 kB
JSON
{
"author": "Zero Bias",
"dependencies": {
"@goodmind/node-cryptojs-aes": "^0.4.0",
"bigint-node": "1.0.4",
"colors": "^1.1.2",
"get-log": "^1.1.5",
"humint": "^1.2.1",
"jsbn": "0.0.0",
"knack": "^0.0.3",
"pako": "^1.0.4"
},
"description": "Telegram MTProto library",
"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",
"http-browserify": "github:enricostara/http-browserify",
"istanbul": "0.3.17",
"mocha": "2.2.5",
"mocha-better-spec-reporter": "1.1.2",
"mocha-lcov-reporter": "0.0.2",
"requirish": "^0.3.0",
"should": "7.0.2",
"tap": "^8.0.1",
"telegram-js": "^0.2.4",
"zuul": "1.15.2"
},
"engines": {
"node": ">0.10.30"
},
"files": [
"lib/"
],
"keywords": [
"telegram",
"mt",
"mtproto",
"mobile",
"protocol",
"library"
],
"license": "MIT",
"main": "./lib/index.js",
"maintainers": [
{
"name": "Zero Bias",
"email": "ribkatt@gmail.com"
}
],
"name": "telegram-mtproto",
"readme": "./README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/zerobias/telegram-mtproto.git"
},
"scripts": {
"test:watch": "nodemon ./test/smoke.js",
"coveralls": "DEBUG=-mocha*,* istanbul cover ./node_modules/gulp/bin/gulp.js cover && cat ./coverage/lcov.info | coveralls && codeclimate < ./coverage/lcov.info && rm -rf ./coverage",
"example": "DEBUG=-mocha*,-TypeBuilder,* ./node_modules/gulp/bin/gulp.js example",
"test": "set DEBUG=-mocha*,-TypeBuilder,* && gulp test",
"zuul": "zuul -- ./test/net/http-connection.test.js ./test/security/** ./test/message/** ./test/auth/** ./test/*.js"
},
"version": "1.0.5"
}