{ "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": { "zerorpc": "git+https://github.com/0rpc/zerorpc-node.git" }, "devDependencies": { "electron": "^1.7.6", "electron-packager": "^9.0.1" } }