This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.48 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
51
52
53
54
55
56
57
{
"name": "cartas-contra-la-humanidad-bot",
"description": "Bot de cartas contra la humanidad para telegram",
"version": "0.7.0",
"main": "bot.js",
"dependencies": {
"array.prototype.findindex": "^2.0.2",
"asn1": "^0.2.3",
"assert-plus": "^1.0.0",
"asynckit": "^0.4.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.6.0",
"bcrypt-pbkdf": "^1.0.1",
"bl": "^1.2.1",
"bluebird": "^3.5.1",
"boom": "^6.0.0",
"bson": "^1.0.4",
"buffer-shims": "^1.0.0",
"caseless": "^0.12.0",
"co": "^4.6.0",
"combined-stream": "^1.0.5",
"core-util-is": "^1.0.2",
"cryptiles": "^4.0.1",
"dashdash": "^1.14.1",
"debug": "^3.1.0",
"define-properties": "^1.1.2",
"delayed-stream": "^1.0.0",
"ecc-jsbn": "^0.1.1",
"es-to-primitive": "^1.1.1",
"es6-promise": "^4.1.1",
"extend": "^3.0.1",
"extsprintf": "^1.3.0",
"fast-deep-equal": "^1.0.0",
"fast-json-stable-stringify": "^2.0.0",
"file-type": "^7.2.0",
"foreach": "^2.0.5",
"forever-agent": "^0.6.1",
"form-data": "^2.3.1",
"function-bind": "^1.1.1",
"getpass": "^0.1.7",
"har-schema": "^2.0.0",
"har-validator": "^5.0.3",
"has": "^1.0.1",
"hawk": "^7.0.2",
"hoek": "^5.0.1",
"mongodb": "^3.0.1",
"node-emoji": "^1.8.1",
"node-telegram-bot-api": "^0.30.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}