From cf6c79e1e3ed9e17bd961f4761b1ac22e9dbe42d Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 27 Jun 2015 01:16:22 +0430 Subject: [PATCH] rename --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bda9ef2..65f6190 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "telegram-bots", + "name": "telegram-api", "version": "0.1.0", - "description": "Control Telegram bots easily", + "description": "Control Telegram bots easily using the new Telegram API", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", - "url": "https://github.com/mdibaiee/node-telegram-bots" + "url": "https://github.com/mdibaiee/node-telegram-api" }, "keywords": [ "Telegram", @@ -19,9 +19,9 @@ "author": "Mahdi Dibaiee", "license": "MIT", "bugs": { - "url": "https://github.com/mdibaiee/node-telegram-bots/issues" + "url": "https://github.com/mdibaiee/node-telegram-api/issues" }, - "homepage": "https://github.com/mdibaiee/node-telegram-bots", + "homepage": "https://github.com/mdibaiee/node-telegram-api", "dependencies": { "babel": "^5.6.8", "qs": "^3.1.0"