17 lines
393 B
JSON
17 lines
393 B
JSON
|
{
|
||
|
"name": "gas-calc",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Simple Electron project to calculate gas costs, inspired by a spreadsheet I made ages ago.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start": "electron ."
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"electron": "^31.3.1"
|
||
|
}
|
||
|
}
|