first init

This commit is contained in:
Gregor Biswanger
2017-10-02 20:56:42 +02:00
parent bfa74269f5
commit 606629c9a2
3 changed files with 1161 additions and 0 deletions

0
ElectronNET.Host/main.js Normal file
View File

1146
ElectronNET.Host/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View 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"
}
}