-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 742 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 742 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
34
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^2.0.0"
},
"dependencies": {
"ip": "^1.1.5",
"jquery": "^3.3.1",
"libfec": "^1.1.0",
"materialize-css": "^1.0.0-rc.1",
"quiet.js": "^1.1.0",
"socket-io": "^1.0.0",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"socket.io-stream": "^0.9.1",
"wifi-control": "^2.0.1"
}
}