-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
50 lines (50 loc) · 1.28 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "node-telegram-bot",
"version": "0.1.9",
"description": "Telegram Bot API Wrapper for nodejs",
"main": "index.js",
"keywords": [
"telegram",
"telegram bot",
"telegram bot api",
"bot"
],
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/depoio/node-telegram-bot.git"
},
"author": [
"Shern Shiou Tan <[email protected]> (http://blog.shernshiou.com/)",
"Chin Ning Gan <[email protected]>"
],
"contributors": [
"Alberto Bottarini <[email protected]> (http://www.albertobottarini.com)",
"Sebastian Arena <[email protected]> (http://mobile-tonic.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/depoio/node-telegram-bot/issues"
},
"homepage": "https://github.com/depoio/node-telegram-bot#readme",
"dependencies": {
"botanio-node": "^1.0.2",
"debug": "^2.2.0",
"mime": "^1.3.4",
"q": "^1.4.1",
"request": "^2.58.0"
},
"devDependencies": {
"chai": "^3.0.0",
"gh-pages": "^0.3.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.2",
"gulp-shell": "^0.4.2",
"ink-docstrap": "^0.5.2",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"nock": "^2.6.0"
}
}