Files
paperclip-wallet/package.json
Taegus 1b68160a98 ! correctly get root path always
* moved binaries to the correct spot
2018-12-22 11:55:09 +01:00

42 lines
874 B
JSON

{
"name": "Ether1Wallet",
"version": "0.1.2",
"description": "Desktop wallet for Ether1 currency",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "electron-builder",
"pack": "build --dir",
"dist": "build"
},
"build": {
"appId": "Ether1DesktopWallet",
"win": {
"icon": "build/icon.png",
"target": "7z",
"extraResources": [
"bin/*"
]
}
},
"repository": "https://github.com/taeguscromis/Ether1DesktopWallet",
"keywords": [
"Ether1",
"Desktop",
"Wallet"
],
"author": "Ether1",
"license": "CC0-1.0",
"dependencies": {
"adm-zip": "^0.4.13",
"app-root-path": "^2.1.0",
"electron-storage": "^1.0.7",
"handlebars": "^4.0.12",
"nedb": "^1.8.0"
},
"devDependencies": {
"electron": "^3.0.12",
"electron-builder": "^20.38.3"
}
}