-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "@targetdummy/application",
"version": "0.0.1",
"description": "Unofficial testing framework for Battle.net APIs",
"main": "index.js",
"scripts": {
"start": "node --optimize_for_size --max_old_space_size=920 --gc_interval=100 index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bnettargetdummy/application.git"
},
"keywords": [
"Blizzard",
"API",
"Test",
"Framework",
"Applicaiton",
"Discord"
],
"author": "Josh Weiss, Sapu",
"license": "MIT",
"bugs": {
"url": "https://github.com/bnettargetdummy/application/issues"
},
"homepage": "https://github.com/bnettargetdummy/application#readme",
"dependencies": {
"blizzard.js": "^1.6.0",
"config": "^1.24.0",
"discord.js": "^11.0.0",
"discord.js-commando": "^0.9.0",
"express": "^4.14.0",
"figlet": "^1.2.0",
"js-yaml": "^3.7.0",
"lodash": "^4.17.4",
"node-opus": "^0.2.4",
"opusscript": "0.0.1",
"require-all": "^2.1.0",
"targetdummy-console": "bnettargetdummy/console",
"winston": "^2.3.1",
"yargs": "^6.6.0"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}