rename
This commit is contained in:
parent
848ae4117c
commit
cf6c79e1e3
10
package.json
10
package.json
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "telegram-bots",
|
"name": "telegram-api",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Control Telegram bots easily",
|
"description": "Control Telegram bots easily using the new Telegram API",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mdibaiee/node-telegram-bots"
|
"url": "https://github.com/mdibaiee/node-telegram-api"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Telegram",
|
"Telegram",
|
||||||
@ -19,9 +19,9 @@
|
|||||||
"author": "Mahdi Dibaiee",
|
"author": "Mahdi Dibaiee",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"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": {
|
"dependencies": {
|
||||||
"babel": "^5.6.8",
|
"babel": "^5.6.8",
|
||||||
"qs": "^3.1.0"
|
"qs": "^3.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user