-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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": "vaebot",
"version": "1.1.0",
"description": "Discord bot for everything from moderation to music.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vaeb/VaeBot.git"
},
"keywords": [
"Vaeb",
"VaeBot",
"Discord",
"Bot"
],
"author": "Vaeb",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vaeb/VaeBot/issues"
},
"homepage": "https://github.com/Vaeb/VaeBot#readme",
"dependencies": {
"bufferutil": "^3.0.0",
"dateformat": "^2.0.0",
"discord.js": "git://github.com/hydrabolt/discord.js.git#master",
"erlpack": "github:hammerandchisel/erlpack",
"google-translate-api": "^2.3.0",
"libsodium-wrappers": "^0.5.1",
"mysql": "^2.14.1",
"node-opus": "^0.2.6",
"node-trello": "^1.2.1",
"request": "^2.81.0",
"request-promise-native": "^1.0.5",
"urban": "^0.3.1",
"youtube-node": "^1.3.0",
"youtube-search": "^1.0.10",
"ytdl-core": "^0.15.2"
},
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0"
}
}