{
	"name": "telegram-bot-coffee",
	"version": "1.0.2",
	"author": "PeterCxy",
	"description": "A modular Telegram bot written in CoffeeScript",
	"license": "GPL-3.0",
	"homepage": "https://github.com/PeterCxy/telegram-bot-coffee",
	"keywords": [
		"telegram",
		"bot",
		"telegram-bot"
	],
	"dependencies": {
		"restify": "*",
		"request": ">=2.45.0",
		"reflekt": ">=0.3.0",
		"memcached": ">=2.1.0",
		"korubaku": ">=1.0.0"
	},
	"devDependencies": {
		"coffee-script": ">=1.9.0"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/PeterCxy/telegram-bot-coffee.git"
	},
	"scripts": {
		"prepublish": "cake build"
	},
	"bin": {
		"telegram-bot": "./bin/telegram-bot"
	}
}
