mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-17 05:35:33 +00:00
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"name": "electron.net.host",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"author": "Gregor Biswanger",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"detect-port": "^1.2.1",
|
|
"electron": "^2.0.5",
|
|
"socket.io": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/socket.io": "^1.4.31"
|
|
}
|
|
}
|