+ initial import
This commit is contained in:
38
package.json
Normal file
38
package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user