-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 4.79 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
{
"name": "destroyers-tracking",
"version": "0.0.1",
"author": "Team Destroyers",
"homepage": "https://destroyerstracking.me",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "gulp build && ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"start": "gulp build && ionic-app-scripts serve",
"android": "npm run build && ionic cordova run android",
"android:emulate": "npm run build && ionic cordova emulate android",
"android:release": "gulp release --production && ionic cordova build android --prod --release",
"android:live": "npm run build && ionic cordova run android -l"
},
"dependencies": {
"@angular/animations": "4.4.3",
"@angular/cdk": "2.0.0-beta.11",
"@angular/common": "4.4.3",
"@angular/compiler": "4.4.3",
"@angular/compiler-cli": "4.4.3",
"@angular/core": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/http": "4.4.3",
"@angular/material": "2.0.0-beta.11",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@ionic-native/call-number": "4.2.1",
"@ionic-native/camera": "4.2.1",
"@ionic-native/clipboard": "4.2.1",
"@ionic-native/contacts": "4.2.1",
"@ionic-native/core": "3.12.1",
"@ionic-native/diagnostic": "^4.3.1",
"@ionic-native/file": "4.2.1",
"@ionic-native/file-path": "4.2.1",
"@ionic-native/file-transfer": "4.2.1",
"@ionic-native/geolocation": "4.2.1",
"@ionic-native/google-maps": "3.12.1",
"@ionic-native/header-color": "4.2.1",
"@ionic-native/keyboard": "4.2.1",
"@ionic-native/location-accuracy": "^4.3.1",
"@ionic-native/onesignal": "3.12.1",
"@ionic-native/splash-screen": "3.12.1",
"@ionic-native/status-bar": "3.12.1",
"@ionic-native/toast": "4.2.1",
"@ionic/storage": "2.0.1",
"call-number": "1.0.1",
"cordova-android": "6.2.3",
"cordova-clipboard": "1.0.0",
"cordova-plugin-camera": "2.4.1",
"cordova-plugin-compat": "1.1.0",
"cordova-plugin-console": "1.0.5",
"cordova-plugin-contacts": "2.3.1",
"cordova-plugin-device": "1.1.4",
"cordova-plugin-geolocation": "2.4.3",
"cordova-plugin-googlemaps": "1.4.3",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-request-location-accuracy": "^2.2.2",
"cordova-plugin-splashscreen": "4.0.3",
"cordova-plugin-statusbar": "2.2.2",
"cordova-plugin-whitelist": "1.3.1",
"cordova-plugin-x-toast": "2.6.0",
"cordova.plugins.diagnostic": "^3.6.8",
"ionic-angular": "3.7.0",
"ionic-plugin-keyboard": "2.2.1",
"ionicons": "3.0.0",
"moment": "2.18.1",
"mx.ferreyra.callnumber": "0.0.2",
"onesignal-cordova-plugin": "2.1.2",
"rxjs": "5.4.3",
"socket.io-client": "1.7.4",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.17"
},
"devDependencies": {
"@ionic/app-scripts": "3.0.0",
"@types/socket.io": "1.4.29",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-pug": "3.3.0",
"gulp-rename": "1.2.2",
"gulp-watch": "4.3.11",
"ip": "1.1.5",
"typescript": "2.3.4",
"yargs": "9.0.1"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-contacts": {},
"cordova-plugin-x-toast": {},
"cordova-plugin-googlemaps": {
"API_KEY_FOR_ANDROID": "AIzaSyCLqfrJeRKkKdv6b4gI2B7t66pRo5kjWD4",
"API_KEY_FOR_IOS": "AIzaSyCLqfrJeRKkKdv6b4gI2B7t66pRo5kjWD4",
"NSLOCATIONWHENINUSEUSAGEDESCRIPTION": "Show your location on the map",
"NSLOCATIONALWAYSUSAGEDESCRIPTION": "Trace your location on the map",
"LOCATION_WHEN_IN_USE_DESCRIPTION": "Show your location on the map",
"LOCATION_ALWAYS_USAGE_DESCRIPTION": "Trace your location on the map"
},
"onesignal-cordova-plugin": {},
"mx.ferreyra.callnumber": {},
"cordova-clipboard": {},
"cordova-plugin-camera": {},
"cordova-plugin-compat": {},
"cordova.plugins.diagnostic": {},
"cordova-plugin-request-location-accuracy": {},
"cordova-plugin-headercolor": {}
},
"platforms": [
"android"
]
}
}