-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
212 lines (212 loc) · 7.73 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"name": "canoe",
"description": "A Secure Cross Platform Nano Wallet",
"author": "Göran Krampe",
"version": "1.0.2",
"keywords": [
"nano",
"raiblocks",
"wallet"
],
"main": "www/index.html",
"title": "Canoe",
"window": {
"title": "Canoe - Nano Wallet",
"icon": "www/img/app/icon.png",
"toolbar": false,
"show": true,
"visible": true,
"resizable": true,
"frame": true,
"width": 400,
"height": 650,
"min_width": 400,
"max_width": 800,
"min_height": 650,
"position": "center",
"fullscreen": false
},
"build": {
"nwVersion": "0.36.4"
},
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"dom_storage_quota": 200,
"id": "jid1-x7bV5evAaI1P9Q",
"homepage": "https://getcanoe.io",
"license": "MIT",
"repository": {
"url": "git://github.com/gokr/canoe.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/gokr/canoe/issues"
},
"engines": {
"node": "6",
"npm": "3"
},
"dependencies": {
"angular": "^1.7.7",
"angular-mocks": "^1.7.7",
"bezier-easing": "^2.1.0",
"bower": "^1.8.8",
"browserify": "^16.2.3",
"cordova-android": "^7.1.4",
"cordova-android-support-gradle-release": "^3.0.1",
"cordova-clipboard": "^1.2.1",
"cordova-custom-config": "^5.0.3",
"cordova-ios": "^5.0.0",
"cordova-ios-requires-fullscreen": "0.0.2",
"cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-android-fingerprint-auth": "^1.5.0",
"cordova-plugin-customurlscheme": "^4.3.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-ionic-webview": "^4.0.0",
"cordova-plugin-media": "^5.0.2",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-qrscanner": "git+https://github.com/gokr/cordova-plugin-qrscanner.git",
"cordova-plugin-screen-orientation": "^3.0.1",
"cordova-plugin-spinner-dialog": "^1.3.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-touch-id": "^3.4.0",
"cordova-plugin-transport-security": "^0.1.2",
"cordova-plugin-uniquedeviceid": "^1.3.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-socialsharing": "^5.4.4",
"cordova-plugin-x-toast": "^2.7.2",
"cordova-windows": "^6.0.1",
"coveralls": "^3.0.3",
"es6-promise-plugin": "^4.2.2",
"fs": "0.0.2",
"fs-extra": "^7.0.1",
"grunt-angular-gettext": "^2.4.1",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-nw-builder": "git+https://github.com/rmp/grunt-nw-builder.git",
"grunt-sass": "^3.0.2",
"ionic": "4.10.3",
"ionic-plugin-keyboard": "^2.2.1",
"load-grunt-tasks": "^4.0.0",
"lodash": "^4.17.11",
"pbkdf2": "^3.0.17",
"phonegap-nfc": "^1.0.3",
"raiblocks-pow": "0.0.3",
"tweetnacl": "^1.0.1",
"xrb-prettify": "^2.0.4"
},
"scripts": {
"postinstall": "bower install",
"splashicon": "grunt exec:splashicon",
"start": "npm run build:www && ionic serve --no-livereload --nogulp -s --address 0.0.0.0",
"start:ios": "npm run build:www && npm run build:ios && npm run open:ios",
"start:android": "npm run build:www && npm run build:android && npm run run:android",
"start:windows": "npm run build:www && npm run build:windows",
"start:desktop": "npm start",
"watch": "grunt watch",
"build:www": "grunt",
"build:www-release": "grunt prod",
"build:ios": "cordova prepare ios && cordova build ios --debug",
"build:android": "cordova prepare android && cordova build android --debug",
"build:windows": "cordova prepare windows && cordova build windows -- --arch=\"ARM\"",
"build:ios-release": "cordova prepare ios && cordova build ios --release",
"build:android-release": "cordova prepare android && cordova build android --release",
"build:windows-release": "cordova prepare windows && cordova build windows --release --arch=\"ARM\"",
"build:desktop": "grunt desktop",
"build:osx": "grunt osx",
"build:desktopsign": "grunt desktopsign",
"open:ios": "open platforms/ios/*.xcodeproj",
"open:android": "open -a open -a /Applications/Android\\ Studio.app platforms/android",
"final:www": "npm run build:www-release",
"final:ios": "npm run final:www && npm run build:ios-release && npm run open:ios",
"final:android": "npm run final:www && npm run build:android-release && npm run sign:android",
"debug:android": "npm run build:www && npm run build:android",
"final:windows": "npm run final:www && npm run build:windows-release",
"final:linux": "npm run build:desktop",
"final:desktop": "npm run build:desktop && npm run build:osx",
"run:android": "cordova run android --device",
"run:android-release": "cordova run android --device --release",
"log:android": "adb logcat | grep chromium",
"sign:android": "rm -f platforms/android/app/build/outputs/apk/release/app-release-signed-aligned.apk; jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../canoe.keystore -signedjar platforms/android/app/build/outputs/apk/release/app-release-signed.apk platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk canoe && $ANDROID_HOME/build-tools/26.0.2/zipalign -v 4 platforms/android/app/build/outputs/apk/release/app-release-signed.apk platforms/android/app/build/outputs/apk/release/app-release-signed-aligned.apk",
"test": "echo \"no package tests configured\"",
"clean": "trash platforms && trash plugins && cordova prepare",
"unstage-package": "git reset package.json",
"clean-all": "git clean -dfx"
},
"devDependencies": {
"cordova": "^8.1.2",
"grunt": "^1.0.3",
"grunt-contrib-uglify-es": "^3.3.0",
"node-sass": "^4.11.0",
"nw-builder": "^3.5.7",
"nw-gyp": "^3.6.3",
"pre-commit": "^1.2.2",
"shelljs": "^0.8.3",
"trash-cli": "^1.4.0"
},
"pre-commit": "unstage-package",
"cordova": {
"platforms": [
"windows",
"ios",
"android"
],
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-globalization": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-x-toast": {},
"cordova-clipboard": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-spinner-dialog": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-uniquedeviceid": {},
"cordova-plugin-file": {},
"cordova-plugin-touch-id": {
"FACEID_USAGE_DESCRIPTION": " "
},
"cordova-plugin-transport-security": {},
"cordova-ios-requires-fullscreen": {},
"cordova-plugin-android-fingerprint-auth": {},
"cordova-plugin-screen-orientation": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-qrscanner": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "nano",
"SECOND_URL_SCHEME": "xrb",
"THIRD_URL_SCHEME": "canoe"
},
"cordova-plugin-ionic-webview": {},
"cordova-custom-config": {},
"cordova-plugin-media": {
"KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE": "NO"
},
"cordova-plugin-add-swift-support": {},
"phonegap-nfc": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
}
}
},
"optionalDependencies": {
"fileicon": "^0.2.2",
"grunt-appdmg": "^1.0.0"
}
}