-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 733 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 733 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
{
"name": "electron-rosary",
"version": "0.4.2",
"description": "I ported my old jquery-mobile-rosary html page into an ElectronJs Application with SocketIO messaging features.",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/mezcel/electron-container",
"keywords": [
"electron",
"express",
"socket.io",
"jquery-mobile"
],
"author": "Mezcel",
"license": "ISC - THe dont just copy and turn this into your teacher license.",
"dependencies": {
"electron": "^3.0.13",
"express": "^4.16.4",
"jquery": "^1.11.1",
"popper.js": "^1.14.4",
"socket.io": "^2.2.0"
}
}