package.json
{
"name": "telegram.link",
"version": "0.6.4",
"description": "Telegram API library",
"keywords": [
"telegram",
"api",
"library"
],
"author": "Enrico Stara <enrico.stara@gmail.com>",
"homepage": "http://telegram.link",
"repository": {
"type": "git",
"url": "git://github.com/enricostara/telegram.link.git"
},
"bugs": {
"url": "https://github.com/enricostara/telegram.link/issues"
},
"dependencies": {
"get-flow": "latest",
"get-log": "latest",
"requirish": "latest",
"telegram-tl-node": "latest",
"telegram-mt-node": "latest",
"colors": "1.1.2",
"es6-promise": "2.3.0"
},
"license": "MIT",
"devDependencies": {
"gulp": "3.9.0",
"gulp-jshint": "1.11.2",
"gulp-mocha": "2.1.3",
"gulp-docco": "0.0.4",
"del": "1.2.0",
"should": "7.0.2",
"mocha": "2.2.5",
"mocha-better-spec-reporter": "1.1.2",
"mocha-lcov-reporter": "0.0.2",
"coveralls": "2.11.3",
"codeclimate-test-reporter": "0.1.0",
"istanbul": "0.3.17",
"zuul": "1.15.2"
},
"main": "./lib/telegram.link",
"engines": {
"node": ">0.10.30"
},
"scripts": {
"test": "DEBUG=-mocha*,-TypeBuilder,* ./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",
"zuul": "zuul -- ./test/**",
"doc": "./node_modules/gulp/bin/gulp.js doc"
}
}