UNPKG

@2012mjm/telegram-mt-node

Version:
60 lines (59 loc) 1.8 kB
{ "name": "@2012mjm/telegram-mt-node", "version": "0.9.16", "description": "Telegram MTProto library", "publishConfig": { "access": "public" }, "keywords": [ "telegram", "mt", "mtproto", "mobile", "protocol", "library" ], "author": "Enrico Stara <enrico.stara@gmail.com>", "homepage": "https://githubcom/goodmind/telegram-mt-node", "repository": { "type": "git", "url": "git://github.com/goodmind/telegram-mt-node.git" }, "bugs": { "url": "https://github.com/goodmind/telegram-mt-node/issues" }, "license": "MIT", "dependencies": { "@2012mjm/telegram-tl-node": "^0.12.4", "bigint-node": "1.0.4", "get-flow": "^0.3.0", "get-log": "^1.1.5", "jsbn": "0.0.0", "node-cryptojs-aes": "enricostara/node-cryptojs-aes" }, "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", "requirish": "^0.3.0", "should": "7.0.2", "zuul": "1.15.2" }, "main": "./lib/mtproto", "engines": { "node": ">0.10.30" }, "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" } }