-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 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": "epicgames-client",
"version": "2.0.25",
"description": "Unofficial EpicGames Launcher in javascript.",
"main": "index.js",
"keywords": [
"epicgames",
"client",
"api"
],
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"homepage": "https://github.com/SzymonLisowiec/node-epicgames-client",
"bugs": {
"url": "https://github.com/SzymonLisowiec/node-epicgames-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SzymonLisowiec/node-epicgames-client.git"
},
"author": {
"name": "Szymon Lisowiec",
"url": "https://kysune.me"
},
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"exit-hook": "^2.2.0",
"request": "^2.88.0",
"stanza.io": "^9.1.0",
"tough-cookie-file-store": "^1.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"core-js": "^3.1.3",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"vuepress": "^0.14.11"
}
}