mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-11 10:39:42 +00:00
first init
This commit is contained in:
0
ElectronNET.Host/main.js
Normal file
0
ElectronNET.Host/main.js
Normal file
1146
ElectronNET.Host/package-lock.json
generated
Normal file
1146
ElectronNET.Host/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
15
ElectronNET.Host/package.json
Normal file
15
ElectronNET.Host/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "ElectronNET.Host",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"electron": "^1.7.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user