aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/epicgames/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/epicgames/package.json')
-rw-r--r--recipes/epicgames/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/epicgames/package.json b/recipes/epicgames/package.json
new file mode 100644
index 0000000..98873ff
--- /dev/null
+++ b/recipes/epicgames/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "epicgames",
3 "name": "Epic Games Store",
4 "version": "1.0.0",
5 "description": "An unofficial Ferdi recipe for the Epic Games Store",
6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.epicgames.com/id/login?lang=en_US&redirectUrl=https%3A%2F%2Fwww.epicgames.com%2Fstore%2Fen-US%2F&noHostRedirect=true"
11 }
12}