league-companion
Version:
A companion application for League of Legends built in Electron for Windows/Mac
36 lines (35 loc) • 832 B
JSON
{
"name": "league-companion",
"version": "1.0.0",
"description": "A companion application for League of Legends built in Electron for Windows/Mac",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "asar pack . lca.asar"
},
"repository": {
"type": "git",
"url": "https://github.com/Stephn-R/League_Companion.git"
},
"keywords": [
"league",
"of",
"legends",
"companion",
"application",
"mac",
"windows",
"counter",
"pick",
"rune",
"gameplay",
"tips"
],
"author": "steprodriguez10@gmail.com",
"license": "GNU GPL v2 License",
"bugs": {
"url": "https://github.com/Stephn-R/League_Companion/issues"
},
"homepage": "https://github.com/Stephn-R/League_Companion"
}