package.json
{
"name": "telegram-mt-node",
"version": "0.9.7",
"description": "Telegram MTProto library",
"keywords": [
"telegram",
"mt",
"mtproto",
"mobile",
"protocol",
"library"
],
"author": "Enrico Stara <enrico.stara@gmail.com>",
"homepage": "https://githubcom/enricostara/telegram-mt-node",
"repository": {
"type": "git",
"url": "git://github.com/enricostara/telegram-mt-node.git"
},
"bugs": {
"url": "https://github.com/enricostara/telegram-mt-node/issues"
},
"license": "MIT",
"dependencies": {
"bigint-node": "1.0.4",
"get-flow": "latest",
"get-log": "latest",
"jsbn": "0.0.0",
"node-cryptojs-aes": "enricostara/node-cryptojs-aes",
"requirish": "latest",
"telegram-tl-node": "latest"
},
"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": "enricostara/http-browserify",
"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",
"zuul": "1.15.2"
},
"main": "./lib/mtproto",
"engines": {
"node": ">0.10.30"
},
"browser": {
"http": "http-browserify"
},
"scripts": {
"test": "DEBUG=-mocha*,-TypeBuilder,* ./node_modules/gulp/bin/gulp.js test",
"example": "DEBUG=-mocha*,-TypeBuilder,* ./node_modules/gulp/bin/gulp.js example",
"coveralls": "DEBUG=-mocha*,* istanbul cover ./node_modules/gulp/bin/gulp.js cover && cat ./coverage/lcov.info | coveralls && codeclimate < ./coverage/lcov.info && rm -rf ./coverage",
"zuul": "zuul -- ./test/net/http-connection.test.js ./test/security/** ./test/message/** ./test/auth/** ./test/*.js"
}
}