-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
36 lines (36 loc) · 893 Bytes
/
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
{
"name": "epicgames-fortnite-client",
"version": "2.0.18",
"description": "Unofficial Fortnite client in javascript.",
"main": "index.js",
"keywords": [
"epicgames",
"fortnite",
"client",
"api"
],
"homepage": "https://github.com/SzymonLisowiec/node-epicgames-fortnite-client",
"bugs": {
"url": "https://github.com/SzymonLisowiec/node-epicgames-fortnite-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SzymonLisowiec/node-epicgames-fortnite-client.git"
},
"author": {
"name": "Szymon Lisowiec",
"url": "https://kysune.me"
},
"license": "MIT",
"dependencies": {
"epicgames-client": "^2.0.17",
"request": "^2.88.0",
"websocket": "^1.0.28"
},
"devDependencies": {
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"epicgames-client": "file:./../node-epicgames-client"
}
}