-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.08 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
{
"name": "schedulebot",
"version": "1.0.0",
"description": "A Discord bot that makes scheduling easy",
"homepage": "https://bitbucket.org/Lobotuerk/bot-lae#readme",
"author": "Lobo",
"files": [
"lib"
],
"main": "elite.js",
"keywords": [
"discord bot",
"scheduling",
"schedule"
],
"scripts": {
"bot": "node elite.js"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-plumber": "^1.0.0",
"gulp-nsp": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/Lobotuerk/bot-lae.git"
},
"license": "Apache-2.0",
"dependencies": {
"bignumber.js": "^4.0.2",
"bufferutil": "^3.0.0",
"cluster": "^0.7.7",
"discord.js": "11.0.0",
"dota2": "^5.1.0",
"erlpack": "hammerandchisel/erlpack",
"firebase": "3.6.9",
"fs": "^0.0.1-security",
"libsodium-wrappers": "^0.5.1",
"mocha": "^2.5.3",
"mockery": "^1.4.1",
"node-dota2": "^0.1.2",
"node-opus": "^0.2.6",
"opusscript": "^0.0.3",
"readline": "^1.3.0",
"sinon": "^1.17.3",
"steam": "^1.4.0",
"urllib": "^2.19.0",
"uws": "^0.14.1"
},
"engines": {
"node": "6.9.5"
}
}