19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"name": "notertron",
|
|
"version": "0.0.1",
|
|
"description": "Notertron is a note taking app built with Electron.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
"start": "electron ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitdab.com/Frolleks/notertron"
|
|
},
|
|
"author": "Frolleks",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"electron": "^17.1.2"
|
|
}
|
|
}
|