You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
692 B
28 lines
692 B
{
|
|
"name": "ly-cas",
|
|
"version": "1.0.0",
|
|
"description": "A minimal Electron application",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"packager": "electron-packager ./ cas-w --platform=win32 --arch=x64 --download.mirrorOptions.mirror=https://npmmirror.com/mirrors/electron/ --overwrite --icon=./icon.ico --out=./out"
|
|
|
|
},
|
|
"win": {
|
|
"icon": "__dirname + 'icon.ico'"
|
|
},
|
|
"repository": "https://github.com/electron/electron-quick-start",
|
|
"keywords": [
|
|
"Electron",
|
|
"quick",
|
|
"start",
|
|
"tutorial",
|
|
"demo"
|
|
],
|
|
"author": "ly",
|
|
"license": "CC0-1.0",
|
|
"devDependencies": {
|
|
"electron": "^31.1.0",
|
|
"electron-packager": "^17.1.2"
|
|
}
|
|
}
|