-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "electron-websocket-express",
"version": "1.0.0",
"description": "Electron node.js with websocket and web server express",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/mafikes/electron-websocket-express",
"keywords": [
"Electron",
"websocket",
"express"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^3.1.6",
"electron-packager": "^12.2.0"
},
"dependencies": {
"body-parser": "^1.18.3",
"electron-shutdown-command": "0.0.8",
"express": "^4.16.4",
"express-static": "^1.2.6",
"express-status-monitor": "^1.2.3",
"mini-css-extract-plugin": "^0.5.0",
"path": "^0.12.7",
"quick-local-ip": "^1.0.7",
"request": "^2.88.0",
"ws": "^6.1.0"
}
}