forked from fyears/electron-python-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 661 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 661 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
{
"name": "pretty-calculator",
"version": "1.0.0",
"description": "A minimal Electron and Python - based calculator ",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/fyears/electron-python-example",
"keywords": [
"Electron",
"Python",
"zerorpc",
"demo"
],
"author": "fyears",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.3.1",
"electron-window-state": "^5.0.3",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"zerorpc": "^0.9.8"
},
"devDependencies": {
"electron": "^5.0.8",
"electron-packager": "^9.0.1",
"unpickle": "0.2.0"
}
}