-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "bot-brother",
"version": "2.1.5",
"description": "Framework for creation telegram bots",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "grunt prepublish"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SerjoPepper/bot-brother.git"
},
"keywords": [
"telegram",
"bot",
"telegram-bot",
"framework"
],
"author": "Sergey Pereskokov [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/SerjoPepper/bot-brother/issues"
},
"homepage": "https://github.com/SerjoPepper/bot-brother#readme",
"dependencies": {
"bluebird": "^2.9.34",
"botanio": "0.0.6",
"co": "^4.6.0",
"dot-object": "^1.1.0",
"ejs": "^2.3.3",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"node-emoji": "^1.0.3",
"node-telegram-bot-api": "^0.23.3",
"redis": "^2.6.1",
"underscore.string": "^3.1.1"
},
"devDependencies": {
"coffeelint": "^1.10.1",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.13.0"
}
}