forked from cq-pandora/pandora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "cq-pandora",
"version": "0.1.1",
"main": "./src/index.js",
"license": "MIT",
"private": true,
"keywords": [ "cq", "crusaders quest", "pandora", "bot", "discord", "discord bot" ],
"description": "Crusaders Quest data bot for Discord",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/TrueLecter/pandora.git"
},
"bugs": "https://github.com/TrueLecter/pandora/issues",
"homepage": "https://github.com/TrueLecter/pandora",
"author": {
"name": "TrueLecter",
"email": "[email protected]"
},
"contributors": [
{
"name": "TrueLecter",
"email": "[email protected]",
"web": "https://github.com/TrueLecter"
},
{
"name": "Peter Han",
"email": "[email protected]",
"web": "https://github.com/Johj"
}
],
"maintainers": [
{
"name": "TrueLecter",
"email": "[email protected]",
"web": "https://github.com/TrueLecter"
}
],
"engines": {
"node": ">=8.0"
},
"dependencies": {
"discord-paginationembed": "github:gazmull/discord-paginationembed",
"discord.js": "github:discordjs/discord.js",
"erlpack": "github:discordapp/erlpack",
"fuse.js": "^3.2.1",
"js-beautify": "^1.7.5",
"lodash": "^4.17.10",
"mathjs": "^5.1.1",
"uws": "^10.148.1"
},
"scripts": {
"start": "node src/index.js"
}
}