-
-
Notifications
You must be signed in to change notification settings - Fork 359
/
package.json
63 lines (63 loc) · 1.68 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
55
56
57
58
59
60
61
62
63
{
"name": "epicgames-freebies-claimer",
"version": "1.5.8",
"description": "Claim free game promotions from the Epic Game Store",
"author": {
"name": "Revadike",
"email": "[email protected]",
"url": "https://revadike.com"
},
"contributors": [
"davispuh",
"drosoCode",
"ffuubarbuzz",
"jackblk",
"JourneyOver",
"lingsamuel",
"lupohan44",
"MusTangLee",
"wzxjohn",
"zaevi"
],
"funding": [
{
"type": "patreon",
"url": "https://patreon.com/Revadike"
},
{
"type": "steam",
"url": "https://steamcommunity.com/tradeoffer/new/?partner=82699538&token=V7DQVtra"
},
{
"type": "paypal",
"url": "https://www.paypal.me/Revadike"
}
],
"main": "claimer.js",
"scripts": {
"test": "mocha",
"start": "node claimer.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/revadike/epicgames-freebies-claimer.git"
},
"bugs": {
"url": "https://github.com/revadike/epicgames-freebies-claimer/issues"
},
"homepage": "https://github.com/revadike/epicgames-freebies-claimer",
"url": "https://github.com/revadike/epicgames-freebies-claimer",
"devDependencies": {
"@babel/core": "latest",
"@babel/eslint-parser": "latest",
"chai": "*",
"eslint": "latest",
"mocha": "*"
},
"dependencies": {
"colors": "1.4.0",
"epicgames-client": "Revadike/node-epicgames-client#develop",
"tracer": "^1.0.3"
}
}