Last active
August 22, 2018 06:20
-
-
Save AndreaBarghigiani/60e83f665d221fe0c10142dbc4c2ab65 to your computer and use it in GitHub Desktop.
Raccolta dei codici pubblicati nell'articolo "Electron, sviluppa applicazioni desktop con i linguaggi web"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "app-desktop", | |
"version": "1.0.0", | |
"description": "applicazione di esempio con Electron", | |
"main": "main.js", | |
"scripts": { | |
"run": "electron ." | |
}, | |
"author": "Andrea Barghigiani", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment