-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
67 lines (67 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "manaflux",
"version": "2.4.7",
"description": "Manaflux downloads automatically your runes, itemsets, and summonerspells and injects them to your League client seamlessly!",
"main": "main.js",
"scripts": {
"build": "build --win",
"ship": "build --win --ia32 --x64 -p always",
"test": "mocha ./tests"
},
"keywords": [
"League of Legends",
"League",
"assistant",
"masteries",
"runes",
"perks",
"automatic"
],
"author": {
"name": "Ryzzzen",
"email": "[email protected]"
},
"license": "CC0-1.0",
"devDependencies": {
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"electron": "^3.0.9",
"electron-builder": "^20.36.2",
"electron-chromedriver": "^4.0.0-beta.1",
"mocha": "^5.2.0",
"spectron": "^5.0.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.0.4",
"co-body": "^6.0.0",
"electron-store": "^2.0.0",
"electron-sudo": "^4.0.12",
"electron-updater": "^4.0.0",
"node-machine-id": "^1.1.10",
"polka": "^0.5.2",
"qrcode": "^1.3.3",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"tippy.js": "^4.0.1"
},
"repository": "https://github.com/Ryzzzen/manaflux",
"build": {
"appId": "com.github.ryzzzen.manaflux",
"productName": "Manaflux",
"copyright": "Copyright © 2019 Ryzzzen",
"files": [
"**/*",
"build/icon.*",
"!screenshots/*",
"!*.md",
"!_config.yml",
"!docs/*",
"!src/assets/img/themes/unused/*"
],
"nsis": {
"license": "LICENSE.md"
}
}
}