-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.31 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 4.31 KB
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
{
"name": "cryptofiat-wallet-client",
"scripts": {
"ionic:build": "ionic-app-scripts build --minify",
"ionic:uglifyjs": "uglifyjs --compress --mangle -o www/build/main.js -- www/build/main.js ",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/animations": "4.1.3",
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/platform-server": "4.1.3",
"@ionic-native/core": "^3.7.1",
"@ionic-native/deeplinks": "^3.7.1",
"@ionic-native/push": "^3.7.1",
"@ionic/cloud-angular": "^0.12.0",
"@ionic/storage": "^2.0.0",
"ajv": "^5.0.0",
"angular2-qrcode": "^2.0.1",
"cordova-android": "^6.2.3",
"cordova-plugin-add-swift-support": "^1.7.0",
"cordova-plugin-console": "^1.0.7",
"cordova-plugin-device": "^1.1.6",
"cordova-plugin-fingerprint-aio": "^1.2.1",
"cordova-plugin-ignore-lint-translation": "0.0.1",
"cordova-plugin-inappbrowser": "^1.7.1",
"cordova-plugin-secure-storage": "^2.6.8",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "~2.2.0",
"cordova-plugin-whitelist": "~1.0.0",
"cordova-plugin-wkwebview-engine": "git+https://github.com/driftyco/cordova-plugin-wkwebview-engine.git",
"cryptofiat-wallet": "github:cryptofiat/wallet",
"ionic-angular": "3.6.0",
"ionic-native": "^2.5.1",
"ionic-plugin-deeplinks": "^1.0.15",
"ionic-plugin-keyboard": "~2.2.1",
"ionicons": "^3.0.0",
"moment": "2.15.1",
"phonegap-plugin-push": "^2.0.0-rc5",
"platform": "^1.3.4",
"promise-polyfill": "^6.0.2",
"rxjs": "5.4.0",
"sw-toolbox": "^3.6.0",
"zone.js": "0.8.12"
},
"devDependencies": {
"@ionic/app-scripts": "^2.1.3",
"ionic": "3.9.2",
"rx": "^4.1.0",
"typescript": "2.3.4",
"uglifyjs": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
},
"config": {
"ionic_bundler": "webpack",
"ionic_source_map_type": "source-map"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
{
"locator": "https://github.com/VersoSolutions/CordovaClipboard",
"id": "com.verso.cordova.clipboard"
},
{
"locator": "https://github.com/apache/cordova-plugin-splashscreen.git",
"id": "cordova-plugin-splashscreen"
},
"cordova-plugin-crosswalk-webview"
],
"cordovaPlatforms": [
"ios",
"android"
],
"cordova": {
"plugins": {
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-wkwebview-engine": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-console": {},
"cordova-plugin-add-swift-support": {},
"cordova-plugin-device": {},
"cordova-plugin-fingerprint-aio": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-secure-storage": {},
"cordova-plugin-splashscreen": {},
"phonegap-plugin-push": {
"SENDER_ID": "431246304717"
},
"cordova-plugin-ignore-lint-translation": {},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "euro2",
"DEEPLINK_SCHEME": "http",
"DEEPLINK_HOST": "wallet.euro2.ee",
"ANDROID_PATH_PREFIX": "/",
"ANDROID_2_PATH_PREFIX": "/",
"ANDROID_3_PATH_PREFIX": "/",
"ANDROID_4_PATH_PREFIX": "/",
"ANDROID_5_PATH_PREFIX": "/",
"DEEPLINK_2_SCHEME": " ",
"DEEPLINK_2_HOST": " ",
"DEEPLINK_3_SCHEME": " ",
"DEEPLINK_3_HOST": " ",
"DEEPLINK_4_SCHEME": " ",
"DEEPLINK_4_HOST": " ",
"DEEPLINK_5_SCHEME": " ",
"DEEPLINK_5_HOST": " "
}
},
"platforms": [
"android"
]
}
}