-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
108 lines (108 loc) · 3.49 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
{
"name": "minne",
"version": "0.1.8",
"author": "Narjis Hachilif and André Laszlo",
"homepage": "http://example.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"repl": "./cli.js"
},
"dependencies": {
"@angular/common": "5.0.0",
"@angular/compiler": "5.0.0",
"@angular/compiler-cli": "5.0.0",
"@angular/core": "5.0.0",
"@angular/forms": "5.0.0",
"@angular/http": "5.0.0",
"@angular/platform-browser": "5.0.0",
"@angular/platform-browser-dynamic": "5.0.0",
"@ionic-native/core": "4.3.0",
"@ionic-native/google-analytics": "^4.5.2",
"@ionic-native/local-notifications": "^4.4.2",
"@ionic-native/splash-screen": "4.3.0",
"@ionic-native/status-bar": "4.3.0",
"@ionic-native/user-agent": "^4.4.2",
"@ionic/storage": "2.1.3",
"@types/node": "^8.0.53",
"angularfire": "^2.3.0",
"angularfire2": "^5.0.0-rc.4",
"cordova-android": "6.3.0",
"cordova-plugin-add-swift-support": "^1.7.0",
"cordova-plugin-app-event": "^1.2.1",
"cordova-plugin-browsertab": "^0.2.0",
"cordova-plugin-buildinfo": "^2.0.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-customurlscheme": "^4.3.0",
"cordova-plugin-device": "1.1.4",
"cordova-plugin-google-analytics": "~1.8.3",
"cordova-plugin-hockeyapp": "^5.0.1",
"cordova-plugin-inappbrowser": "^1.7.2",
"cordova-plugin-ionic": "^2.0.3",
"cordova-plugin-ionic-webview": "^1.1.16",
"cordova-plugin-splashscreen": "~4.0.1",
"cordova-plugin-statusbar": "^2.3.0",
"cordova-plugin-useragent": "^1.0.6",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-sqlite-storage": "^2.1.2",
"cordova-universal-links-plugin": "^1.2.1",
"de.appplant.cordova.plugin.local-notification": "^0.8.5",
"firebase": "^4.6.2",
"firebase-admin": "^5.5.1",
"google-auth-library": "^0.12.0",
"googleapis": "^22.2.0",
"ionic-angular": "^3.9.2",
"ionic-hockeyapp": "^0.2.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"moment": "^2.19.2",
"moment-timezone": "^0.5.14",
"promise-polyfill": "6.0.2",
"raven-js": "^3.22.1",
"rxjs": "5.5.2",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.0",
"typescript": "2.4.2"
},
"description": "The most helpful calendar in the world",
"cordova": {
"plugins": {
"cordova-plugin-ionic": {
"APP_ID": "4dbbdf6c",
"CHANNEL_NAME": "Master",
"UPDATE_METHOD": "background",
"MAX_VERSIONS": "1"
},
"de.appplant.cordova.plugin.local-notification": {},
"cordova-sqlite-storage": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-browsertab": {},
"cordova-universal-links-plugin": {},
"cordova-plugin-buildinfo": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "com.minne",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-hockeyapp": {},
"cordova-plugin-google-analytics": {}
},
"platforms": [
"android"
]
}
}