mirror of
https://github.com/zoriya/EAU.git
synced 2025-12-05 22:26:14 +00:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "eau",
|
|
"version": "1.0.0",
|
|
"description": "A global game library manager",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@types/jquery": "^3.3.29",
|
|
"bootstrap": "^4.3.1",
|
|
"electron-log": "^3.0.5",
|
|
"fs": "0.0.1-security",
|
|
"jquery": "^3.4.0",
|
|
"openurl": "^1.1.1",
|
|
"popper.js": "^1.15.0",
|
|
"readline-specific": "^1.0.4",
|
|
"request": "^2.88.0",
|
|
"simple-vdf": "^1.1.1",
|
|
"winreg": "^1.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^4.2.0",
|
|
"electron-builder": "^20.40.2",
|
|
"electron-builder-squirrel-windows": "^20.40.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"npm": "^6.9.0",
|
|
"ts-loader": "^5.3.3",
|
|
"typescript": "^3.4.3",
|
|
"webpack": "^4.30.0",
|
|
"webpack-cli": "^3.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AnonymusRaccoon/EAU.git"
|
|
},
|
|
"author": "Anonymous Raccoon / happy44300",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/AnonymusRaccoon/EAU/issues"
|
|
},
|
|
"homepage": "https://github.com/AnonymusRaccoon/EAU#readme",
|
|
"build": {
|
|
"appId": "com.sdg.eau",
|
|
"directories": {
|
|
"output": "build"
|
|
},
|
|
"win": {
|
|
"target": "squirrel",
|
|
"icon": "app.ico"
|
|
}
|
|
}
|
|
}
|