parent
6a47b867a4
commit
d703501b78
12 changed files with 4062 additions and 72 deletions
13
package.json
Normal file
13
package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "chattz-electron",
|
||||
"version": "0.1.0",
|
||||
"description": "Electron frontend for Chattz",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"dev": "electron ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^34.5.8"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue