This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
forked from SpiderBTT/NanoWallet-1
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
157 lines (157 loc) · 4.92 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "NEM-Wallet",
"version": "2.7.0",
"description": "Cross-platform lite wallet for NEM",
"author": "https://github.com/QuantumMechanics <[email protected]>",
"license": "MIT",
"dependencies": {
"@ledgerhq/hw-transport-node-hid-noevents": "^5.43.0",
"trezor-connect": "^8.2.7"
},
"devDependencies": {
"@babel/runtime": "^7.4.2",
"@uirouter/angularjs": "1.0.6",
"angular": "1.6.2",
"angular-animate": "1.6.2",
"angular-chart.js": "1.0.0",
"angular-mocks": "1.6.2",
"angular-sanitize": "1.6.2",
"angular-translate": "2.11.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"bip32-path": "^0.4.2",
"bitcoinjs-lib": "^3.3.1",
"bootstrap": "3.3.7",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-ngannotate": "^2.0.0",
"bufferutil": "^4.0.1",
"chart.js": "2.1.6",
"crypto-js": "^3.1.9-1",
"electron": "11.1.0",
"electron-builder": "22.9.1",
"electron-notarize": "1.0.0",
"electron-packager": "15.2.0",
"electron-rebuild": "^2.3.4",
"electron-updater": "4.3.5",
"glob": "7.0.5",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.8",
"jquery": "3.0.0",
"jsqr": "^1.0.4",
"marked": "^0.3.5",
"merge-stream": "^1.0.0",
"nem-library": "1.0.5",
"nem-sdk": "^1.6.8",
"nem-voting": "^2.2.9",
"ng-toast": "2.0.0",
"ngstorage": "0.3.10",
"npm-build-zip": "^1.0.2",
"nw": "^0.26.6",
"nw-builder": "^3.4.1",
"rxjs": "5.5.12",
"symbol-hd-wallets": "0.12.0",
"symbol-paper-wallets": "1.0.2-optin",
"symbol-post-launch-optin-module": "1.0.1",
"symbol-qr-library": "^0.9.0",
"symbol-sdk": "1.0.0",
"url-parse": "1.1.9",
"utf-8-validate": "^5.0.2",
"vinyl-source-stream": "^1.1.0",
"zxcvbn": "4.4.2"
},
"scripts": {
"test": "gulp tests browserifyTests",
"devApp": "nw build/",
"compile": "gulp",
"start": "npm run node-hid:prebuild-install && electron .",
"build": "npm run compile",
"release": "npm run build && npm run release:all",
"release:all": "npm run release:mac && npm run release:win && npm run release:lin && npm run release:zip",
"release:mac": "npm run node-hid:prebuild-install:mac && electron-builder --mac",
"release:win": "npm run node-hid:prebuild-install:win && electron-builder --win",
"release:lin": "npm run node-hid:prebuild-install:lin && electron-builder --linux deb snap tar.gz",
"release:zip": "npm-build-zip --source=build --destination=release --name=universal",
"node-hid:prebuild-install": "cd ./node_modules/node-hid && npm run install && cd ../..",
"node-hid:prebuild-install:mac": "export npm_config_platform=darwin && npm run node-hid:prebuild-install",
"node-hid:prebuild-install:win": "export npm_config_platform=win32 && npm run node-hid:prebuild-install",
"node-hid:prebuild-install:lin": "export npm_config_platform=linux && npm run node-hid:prebuild-install"
},
"resolutions": {
"@babel/preset-env": "7.5.5"
},
"main": "./build.js",
"build": {
"appId": "com.nemgrouplimited.nemwallet",
"extends": null,
"copyright": "Copyright © 2019-2022 NEM",
"productName": "Nem Wallet",
"artifactName": "${name}-${os}-${arch}-${version}.${ext}",
"icon": "./build/images/NanoWallet.icns",
"files": [
"build/**/*",
"package.json",
"./build.js",
"./preload.js"
],
"directories": {
"buildResources": "assets",
"output": "release"
},
"npmRebuild": false,
"afterSign": "scripts/notarize.js"
},
"mac": {
"category": "public.app-category.finance",
"target": "tar.gz",
"icon": "./images/NanoWallet.icns",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"asarUnpack": [
"**/*.node"
],
"entitlements": "electron/entitlements.mac.plist",
"extendInfo": {
"NSCameraUsageDescription": "This app requires camera access to scan qrcodes."
}
},
"dmg": {
"window": {
"x": 100,
"y": 100,
"width": 500,
"height": 400
}
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"installerIcon": "./images/logomark.ico"
},
"linux": {
"category": "Finance",
"icon": "./images/NanoWallet.icns"
},
"repository": {
"type": "git",
"url": "https://github.com/NemProject/NanoWallet.git"
},
"keywords": [
"nem"
],
"bugs": {
"url": "https://github.com/NemProject/NanoWallet/issues"
},
"homepage": "https://github.com/NemProject/NanoWallet#readme"
}