-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 890 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "Telegrambot",
"version": "0.0.1",
"description": "Easily create a Telegram bot in node.js with the new bot api",
"keywords": [
"Telegram",
"bot",
"application",
"node"
],
"author": {
"name": "Akshay S Dinesh",
"email": "asdofindia@gmail.com",
"url": "http://learnlearn.in"
},
"homepage": "http://learnlearn.in",
"repository": {
"type": "git",
"url": "https://github.com/asdofindia/node-telegrambot"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"ddg": "0.0.3",
"events": "^1.0.2",
"express": "^3.4.8",
"google": "^1.2.0",
"imgur": "^0.1.7",
"irc": "^0.3.12",
"raw-body": "^2.1.1",
"request": "^2.58.0",
"string.prototype.startswith": "^0.2.0"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}