Files
paperclip-wallet/package.json
2018-12-16 13:33:09 +01:00

39 lines
812 B
JSON

{
"name": "Ether1Wallet",
"version": "0.1.0",
"description": "Desktop wallet for Ether1 currency",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "electron-builder install-app-deps",
"pack": "build --dir",
"dist": "build"
},
"build": {
"appId": "Ether1DesktopWallet",
"win": {
"icon": "build/icon.png",
"target": "portable"
}
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "Ether1",
"license": "CC0-1.0",
"dependencies": {
"electron-storage": "^1.0.7",
"handlebars": "^4.0.12",
"nedb": "^1.8.0"
},
"devDependencies": {
"electron": "^3.0.12",
"electron-builder": "^20.38.3"
}
}