{ "name": "fether", "description": "Fether Wallet", "version": "0.1.0", "private": true, "author": "Parity Team ", "maintainers": [ "Jaco Greeff", "Amaury Martiny" ], "contributors": [], "license": "BSD-3-Clause", "repository": { "type": "git", "url": "git+https://github.com/parity-js/fether.git" }, "bugs": { "url": "https://github.com/parity-js/fether/issues" }, "keywords": [ "Ethereum", "Light", "Light Client", "Parity" ], "homepage": "https://github.com/parity-js/fether", "parity": { "channel": "beta" }, "scripts": { "prebuild": "copyfiles -u 2 \"../fether-react/build/**/*\" static/ && ./scripts/fixElectronBug.sh", "build": "electron-webpack", "electron": "electron dist/main/main.js", "prepackage": "./scripts/revertElectronBug.sh", "package": "electron-builder", "prerelease": "./scripts/revertElectronBug.sh", "release": "electron-builder", "start": "cross-env ELECTRON_START_URL=http://localhost:3000 electron-webpack dev --ws-origins all", "test": "echo Skipped." }, "dependencies": { "@parity/electron": "^0.1.0", "commander": "^2.15.1", "fether-react": "^0.1.0", "menubar": "^5.2.3", "pino": "^4.16.1", "pino-multi-stream": "^3.1.2", "source-map-support": "^0.5.6" }, "devDependencies": { "copyfiles": "^2.0.0", "cross-env": "^5.2.0", "electron": "^2.0.2", "electron-builder": "^20.15.1", "electron-webpack": "^2.1.2", "webpack": "^4.7.0" } }