-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.35 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.35 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
{
"name": "Libellul'ID",
"author": "hepia",
"homepage": "http://hepia.hesge.ch/",
"private": true,
"scripts": {
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"test": "karma start karma.conf.js",
"parser": "node parser/parser.js",
"parser_build": "node parser/parser.js && ionic cordova build",
"parser_run": "node parser/parser.js && ionic cordova run",
"parser_serve": "node parser/parser.js && ionic serve"
},
"dependencies": {
"@angular/animations": "4.1.2",
"@angular/common": "4.1.2",
"@angular/compiler": "4.1.2",
"@angular/compiler-cli": "4.1.2",
"@angular/core": "4.1.2",
"@angular/forms": "4.1.2",
"@angular/http": "4.1.2",
"@angular/platform-browser": "4.1.2",
"@angular/platform-browser-dynamic": "4.1.2",
"@angular/platform-server": "4.1.2",
"@ionic-native/camera": "^3.12.1",
"@ionic-native/core": "^3.12.1",
"@ionic-native/diagnostic": "^4.7.0",
"@ionic-native/file": "^3.9.2",
"@ionic-native/file-chooser": "^3.14.0",
"@ionic-native/geolocation": "^4.7.0",
"@ionic-native/http": "^4.5.3",
"@ionic-native/native-geocoder": "^4.5.3",
"@ionic-native/splash-screen": "^4.7.0",
"@ionic-native/vibration": "^4.6.0",
"@ionic/storage": "2.1.3",
"@types/cordova-plugin-network-information": "0.0.3",
"@types/openlayers": "4.1.1",
"angular-linky": "^1.2.2",
"cordova-android": "^7.1.4",
"cordova-ios": "4.5.5",
"cordova-plugin-advanced-http": "^1.11.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-geolocation": "^2.4.3",
"cordova-plugin-nativegeocoder": "^3.1.1",
"cordova-plugin-photo-library": "^2.1.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-vibration": "^3.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"cordova.plugins.diagnostic": "^3.9.2",
"go-fetch": "^3.1.1",
"go-fetch-oauth1": "^3.0.1",
"ionic-angular": "3.3.0",
"ionic-native": "2.9.0",
"ionicons": "3.0.0",
"oauth-1.0a": "^2.2.4",
"oauth-request": "^0.1.0",
"openlayers": "^4.6.5",
"python-shell": "^0.4.0",
"rxjs": "5.1.1",
"sw-toolbox": "3.4.0",
"zone.js": "0.8.12"
},
"optionalDependencies": {
"ios-deploy": "^1.9.4"
},
"devDependencies": {
"@ionic/app-scripts": "~1.3.7",
"@types/jasmine": "^2.5.47",
"concurrently": "^3.2.0",
"ionic": "3.20.0",
"jasmine": "^2.6.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"typescript": "^2.3.4"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [],
"description": "libell: An Ionic project",
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-advanced-http": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
},
"cordova-plugin-whitelist": {},
"cordova-plugin-nativegeocoder": {
"LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
},
"cordova.plugins.diagnostic": {},
"cordova-plugin-vibration": {},
"cordova-plugin-splashscreen": {}
}
}
}