10 lines
130 B
JSON
10 lines
130 B
JSON
|
{
|
||
|
"name": "asciiflow2",
|
||
|
"main": "index.js",
|
||
|
"icon": "images/favicon.png",
|
||
|
"scripts": {
|
||
|
"start": "electron ."
|
||
|
}
|
||
|
}
|
||
|
|