This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
forked from Lumiboy/zelcash-copay-wallet
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·190 lines (190 loc) · 7.4 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
{
"//": " Modify it in the app-template directory",
"name": "zelcash",
"description": "A Secure Zelcash Wallet",
"author": "Zel Technologies GmbH",
"version": "10.1.1",
"keywords": [
"bitcoin",
"wallet",
"zelcash",
"multisignature",
"bitcore",
"zel"
],
"main": "www/index.html",
"title": "Zelcash",
"window": {
"title": "Zelcash 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
},
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"dom_storage_quota": 200,
"id": "jid1-x7bV5evAaI1P9Q",
"homepage": "https://zel.cash",
"license": "MIT",
"repository": {
"url": "git://github.com/zelcash/zelcash-zelcash-wallet.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/zelcash/zelcash-zelcash-wallet/issues"
},
"engines": {
"node": "6",
"npm": "3"
},
"dependencies": {
"adm-zip": "^0.4.7",
"android-versions": "^1.2.1",
"angular": "^1.6.7",
"bezier-easing": "^2.0.3",
"bhttp": "^1.2.4",
"bitauth": "^0.2.1",
"bitcore-wallet-client-zel": "git+https://github.com/zelcash/bitcore-wallet-client-zel.git",
"bower": "^1.7.9",
"cordova": "^7.1.0",
"cordova-android": "^6.4.0",
"cordova-clipboard": "^1.1.1",
"cordova-custom-config": "~3.0.5",
"cordova-ios": "~4.3.1",
"cordova-ios-requires-fullscreen": "~0.0.2",
"cordova-plugin-android-fingerprint-auth": "~0.2.0",
"cordova-plugin-customurlscheme": "^4.3.0",
"cordova-plugin-device": "~1.1.3",
"cordova-plugin-dialogs": "~1.3.0",
"cordova-plugin-fcm": "https://github.com/cmgustavo/cordova-plugin-fcm.git",
"cordova-plugin-file": "~4.3.0",
"cordova-plugin-globalization": "~1.0.4",
"cordova-plugin-inappbrowser": "~1.5.0",
"cordova-plugin-network-information": "~1.3.0",
"cordova-plugin-qrscanner": "~2.5.0",
"cordova-plugin-queries-schemes": "~0.1.5",
"cordova-plugin-screen-orientation": "~1.4.2",
"cordova-plugin-spinner-dialog": "~1.3.1",
"cordova-plugin-splashscreen": "4.1.0",
"cordova-plugin-statusbar": "2.3.0",
"cordova-plugin-touch-id": "~3.2.0",
"cordova-plugin-transport-security": "~0.1.2",
"cordova-plugin-uniquedeviceid": "~1.3.2",
"cordova-plugin-whitelist": "~1.3.0",
"cordova-plugin-wkwebview-engine": "https://github.com/driftyco/cordova-plugin-wkwebview-engine.git#4221015eb3f309fe593a7d81205b691e27088743",
"cordova-plugin-x-socialsharing": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
"cordova-plugin-x-toast": "~2.5.2",
"cordova-windows": "~5.0.0",
"express": "^4.11.2",
"fs-extra": "^4.0.2",
"grunt-angular-gettext": "^2.2.3",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-nw-builder": "^3.1.0",
"grunt-sass": "^2.0.0",
"ionic-plugin-keyboard": "~2.2.1",
"load-grunt-tasks": "^3.5.0",
"shelljs": "^0.7.8"
},
"optionalDependencies": {
"fileicon": "^0.2.0"
},
"scripts": {
"postinstall": "sed -i -e \"s/.*require(...\\/...);//g\" node_modules/asn1.js-rfc5280/index.js && bower install",
"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",
"emulate:android": "npm run build:www && npm run build:android && cordova emulate android",
"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",
"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 && npm run run:android-release",
"final:windows": "npm run final:www && npm run build:windows-release",
"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/build/outputs/apk/release/android-release-signed-aligned.apk && jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../zelcash.keystore -signedjar platforms/android/build/outputs/apk/release/android-release-signed.apk platforms/android/build/outputs/apk/release/android-release-unsigned.apk copay_play && $ANDROID_HOME/build-tools/26.0.2/zipalign -v 4 platforms/android/build/outputs/apk/release/android-release-signed.apk platforms/android/build/outputs/apk/release/android-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": "^6.3.1",
"grunt": "^1.0.3",
"grunt-contrib-uglify-es": "^3.3.0",
"ionic": "^3.6.0",
"lodash": "^4.17.4",
"trash-cli": "^1.4.0"
},
"cordova": {
"platforms": [
"ios",
"android",
"windows"
],
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-globalization": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-x-toast": {},
"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": {},
"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-wkwebview-engine": {},
"cordova-plugin-qrscanner": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "zelcash"
},
"cordova-custom-config": {},
"cordova-plugin-queries-schemes": {},
"cordova-plugin-fcm": {},
"cordova-clipboard": {}
}
}
}