forked from Pupix/rift-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 860 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
{
"name": "rift-explorer",
"version": "6.3.0",
"description": "Always up to date documentation for the League Client API",
"main": "app.js",
"scripts": {
"start": "electron app",
"build": "electron-builder --dir"
},
"author": "Robert Manolea <[email protected]>",
"license": "MIT",
"dependencies": {
"discord-rpc": "^3.0.2",
"fs-extra": "^8.1.0",
"lcu-connector": "^2.1.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"yaml": "^1.6.0"
},
"devDependencies": {
"electron": "^6.0.5",
"electron-builder": "^21.2.0",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0"
},
"build": {
"productName": "Rift Explorer",
"appId": "com.rift-explorer"
}
}