-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
114 lines (114 loc) · 3.2 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
{
"name": "leth",
"version": "0.26.18",
"description": "LETH: the 1st Eth mobile wallet",
"dependencies": {
"cordova-android": "6.4.0",
"cordova-ios": "4.5.4",
"cordova-plugin-email-composer": "^0.8.15",
"cordova-plugin-file": "~3.0.0",
"cordova-plugin-globalization": "~1.0.7",
"cordova-plugin-http": "~1.2.0",
"cordova-plugin-sunmi-inner-printer": "git+https://github.com/tmalbonph/cordova-plugin-sunmi-inner-printer.git",
"cordova-plugin-sunmi-inner-printer-sunmi-v2": "^1.0.3",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"ionic-lock-screen": "^1.0.0",
"phonegap-nfc": "~0.6.6",
"phonegap-plugin-barcodescanner": "https://github.com/wildabeast/BarcodeScanner.git",
"run": "1.4.0"
},
"devDependencies": {
"bower": "^1.8.9",
"gulp": "^3.9.0",
"gulp-clean-css": "^3.10.0",
"gulp-sass": "^2.3.2",
"gulp-util": "^3.0.7",
"node-sass": "^4.13.1",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
{
"locator": "https://github.com/wildabeast/BarcodeScanner.git",
"id": "phonegap-plugin-barcodescanner"
},
"cordova-plugin-device",
"cordova-plugin-app-event",
"phonegap-nfc",
"cordova-plugin-http",
"cordova-plugin-file",
"cordova-plugin-compat",
"cordova-plugin-globalization",
"cordova-plugin-console",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-webserver",
"cordova-plugin-whitelist",
"cordova-plugin-contacts",
"cordova-plugin-touchid",
{
"locator": "https://github.com/VersoSolutions/CordovaClipboard.git",
"id": "com.verso.cordova.clipboard"
},
{
"locator": "https://github.com/cordova-sms/cordova-sms-plugin.git",
"id": "cordova-sms-plugin"
},
{
"locator": "https://github.com/EddyVerbruggen/cordova-plugin-actionsheet.git",
"id": "cordova-plugin-actionsheet"
},
"cordova-plugin-device-motion",
{
"locator": "https://github.com/katzer/cordova-plugin-badge.git",
"id": "cordova-plugin-badge"
},
{
"locator": "https://github.com/katzer/cordova-plugin-background-mode.git",
"id": "cordova-plugin-background-mode"
},
{
"locator": "https://github.com/wymsee/cordova-imagePicker.git",
"id": "cordova-plugin-image-picker"
},
"cordova-plugin-camera",
"cordova-plugin-inappbrowser",
"cordova-plugin-vibration",
"cordova-plugin-geolocation",
"cordova-plugin-network-information",
{
"id": "cordova-plugin-customurlscheme",
"locator": "cordova-plugin-customurlscheme",
"variables": {
"URL_SCHEME": "leth"
}
}
],
"cordovaPlatforms": [
"ios",
"android",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"cordova": {
"plugins": {
"cordova-plugin-email-composer": {},
"phonegap-plugin-barcodescanner": {},
"phonegap-nfc": {},
"cordova-plugin-file": {},
"cordova-plugin-http": {},
"cordova-plugin-globalization": {},
"cordova-plugin-sunmi-inner-printer": {}
},
"platforms": [
"ios",
"android"
]
}
}