This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
desktop/package.json

15 lines
320 B
JSON

{
"name": "vikunja-desktop",
"version": "0.14.0",
"description": "Vikunja's frontend, repackaged as an electron app!",
"main": "index.js",
"repository": "https://code.vikunja.io/desktop",
"license": "GPLv3",
"devDependencies": {
"electron": "^9.1.0"
},
"scripts": {
"start": "electron ."
}
}