forked from Pupix/rift-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 681 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 681 Bytes
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
{
"name": "rift-explorer",
"version": "5.0.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 <manolea.robert@gmail.com>",
"license": "MIT",
"dependencies": {
"fs-extra": "^7.0.1",
"lcu-connector": "^2.0.0",
"mixin-deep": "^2.0.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"yaml": "^1.2.1"
},
"devDependencies": {
"electron": "^1.7.11",
"electron-builder": "^19.55.2"
},
"build": {
"productName": "Rift Explorer",
"appId": "com.rift-explorer"
}
}