-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 906 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
{
"name": "bender-bot",
"version": 0,
"description": "I don't tell you how to tell me what to do, so don't tell me how to do what you tell me to do.",
"author": "bEnderFX Rodríguez <Bender@Ilovebender.com>",
"scripts": {
"test": "",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jfconde/bender-bot"
},
"keywords": [
"bender",
"bot",
"telegram",
"bender-bot"
],
"dependencies": {
"primus": "*",
"async": "~0.8.0",
"express": "4.2.x",
"winston": "git://github.com/flatiron/winston#master",
"bigpipe": "bigpipe/pagelet",
"plates": "https://github.com/flatiron/plates/tarball/master",
"yargs": "~7.1.0",
"winston-daily-rotate-file": "~1.4.6",
"sequelize": "~3.30.4",
"deasync": ">=0.1.9",
"sqlite3": ">=3.1.8",
"telebot": "./vendor/telebot/"
},
"license": "GPL"
}