forked from funnbot/Nitro-Rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "Nitro",
"version": "1.0.0",
"description": "A Modular Bot",
"main": "ModuleManager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funnbot/Nitro-Rewrite.git"
},
"author": "Funnbot",
"license": "MIT",
"bugs": {
"url": "https://github.com/funnbot/Mudulur-Boot/issues"
},
"homepage": "https://github.com/funnbot/Mudulur-Boot#readme",
"dependencies": {
"bluebird": "^3.5.0",
"bugzapper": "^1.0.3",
"canvas": "github:Automattic/node-canvas",
"chalk": "^2.0.1",
"discord.js": "github:funnbot/discord.js",
"duration-js": "^4.0.0",
"erlpack": "github:hammerandchisel/erlpack",
"escape-string-regexp": "^1.0.5",
"eslint": "^4.2.0",
"format-currency": "^1.0.0",
"gm": "^1.23.0",
"html2plaintext": "^1.1.1",
"memcached": "^2.2.2",
"moment": "^2.18.1",
"node-dogstatsd": "0.0.6",
"node-opus": "^0.2.6",
"pretty-ms": "^3.0.0",
"raven": "^2.1.0",
"request": "^2.81.0",
"rethinkdbdash": "^2.3.29",
"sharp": "^0.18.2",
"snekfetch": "^3.3.0",
"string-similarity": "^1.2.0",
"uws": "^8.14.0"
},
"devDependencies": {
"standard": "^10.0.2"
}
}