-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
38 lines (38 loc) · 939 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
36
37
38
{
"name": "nitro",
"version": "3.0.0",
"description": "A Discord Bot",
"main": "start.js",
"scripts": {
"start": "node --harmony start.js",
"shard": "forever shard.js --experimental-modules "
},
"keywords": [
"discord",
"bot",
"nitro"
],
"author": "Funnbot",
"license": "MIT",
"dependencies": {
"canvas": "github:Automattic/node-canvas",
"chalk": "^2.3.2",
"cows": "^1.1.0",
"discord.js": "github:hydrabolt/discord.js",
"discord.js-lavalink": "github:MrJacz/discord.js-lavalink",
"duration-js": "^4.0.0",
"erlpack": "github:discordapp/erlpack",
"gm": "^1.23.1",
"html2plaintext": "^2.0.1",
"jimp": "^0.2.28",
"long": "^4.0.0",
"moment": "^2.21.0",
"node-trello": "^1.3.0",
"rethinkdbdash": "^2.3.31",
"sharp": "^0.18.4",
"snekfetch": "^3.6.4",
"string-similarity": "^1.2.0",
"uws": "^8.14.1",
"zlib-sync": "^0.1.4"
}
}