2019-10-07 05:06:55 +00:00
|
|
|
{
|
2019-10-12 01:51:13 +00:00
|
|
|
"name": "electron-quick-start",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A minimal Electron application",
|
2019-10-07 05:06:55 +00:00
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
2019-10-12 01:51:13 +00:00
|
|
|
"start": "electron ."
|
2019-10-07 05:06:55 +00:00
|
|
|
},
|
2019-10-12 01:51:13 +00:00
|
|
|
"repository": "https://github.com/electron/electron-quick-start",
|
2019-10-07 05:06:55 +00:00
|
|
|
"keywords": [
|
2019-10-12 01:51:13 +00:00
|
|
|
"Electron",
|
|
|
|
"quick",
|
|
|
|
"start",
|
|
|
|
"tutorial",
|
|
|
|
"demo"
|
2019-10-07 05:06:55 +00:00
|
|
|
],
|
|
|
|
"author": "GitHub",
|
2019-10-12 01:51:13 +00:00
|
|
|
"license": "CC0-1.0",
|
2019-10-07 05:06:55 +00:00
|
|
|
"devDependencies": {
|
2019-10-12 01:51:13 +00:00
|
|
|
"electron": "^6.0.12"
|
2019-10-07 05:06:55 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-10-12 01:51:13 +00:00
|
|
|
"iohook": "^0.6.1"
|
|
|
|
},
|
|
|
|
"iohook": {
|
|
|
|
"targets": [
|
|
|
|
"electron-73"
|
|
|
|
],
|
|
|
|
"platforms": [
|
|
|
|
"win32",
|
|
|
|
"darwin",
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"arches": [
|
|
|
|
"x64"
|
|
|
|
]
|
2019-10-07 05:06:55 +00:00
|
|
|
}
|
|
|
|
}
|