discord-sandboxed/package.json
2019-10-11 18:51:13 -07:00

39 lines
651 B
JSON

{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^6.0.12"
},
"dependencies": {
"iohook": "^0.6.1"
},
"iohook": {
"targets": [
"electron-73"
],
"platforms": [
"win32",
"darwin",
"linux"
],
"arches": [
"x64"
]
}
}