This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
executable file
·73 lines (73 loc) · 2.54 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
{
"name": "forrunners",
"version": "1.2.0",
"description": "ForRunners: A gps tracker for runners",
"dependencies": {
"cordova-android": "~6.3.0",
"cordova-custom-config": "^5.0.2",
"cordova-plugin-app-version": "~0.1.9",
"cordova-plugin-background-mode": "git+https://github.com/katzer/cordova-plugin-background-mode.git",
"cordova-plugin-ble-central": "^1.1.4",
"cordova-plugin-camera": "^4.0.2",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "~1.1.2",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-filepicker": "git+https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin.git",
"cordova-plugin-geolocation": "~2.2.0",
"cordova-plugin-globalization": "^1.0.9",
"cordova-plugin-gpslocation": "~1.0.0",
"cordova-plugin-insomnia": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git",
"cordova-plugin-nativestorage": "~2.0.2",
"cordova-plugin-request-location-accuracy": "^2.2.2",
"cordova-plugin-splashscreen": "~3.2.2",
"cordova-plugin-statusbar": "^2.2.3",
"cordova-plugin-tts": "^0.2.3",
"cordova-plugin-whitelist": "~1.2.2",
"cordova-plugin-x-socialsharing": "^5.1.8",
"es6-promise-plugin": "^4.2.2",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3"
},
"devDependencies": {
"@ionic/cli-plugin-cordova": "1.6.2",
"@ionic/cli-plugin-ionic1": "2.1.1",
"bower": "^1.3.3",
"gulp-closure-compiler": "^0.3.0",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordova": {
"plugins": {
"cordova-plugin-app-version": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-insomnia": {},
"cordova-plugin-nativestorage": {},
"cordova-plugin-gpslocation": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-request-location-accuracy": {},
"cordova-custom-config": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-globalization": {},
"cordova-plugin-camera": {},
"cordova-plugin-ble-central": {
"BLUETOOTH_USAGE_DESCRIPTION": "Use bluetooth to connect to HearthRate Bluetooth Monitor"
},
"cordova-plugin-file": {},
"cordova-plugin-filepicker": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-device": {},
"cordova-plugin-tts": {}
},
"platforms": [
"android"
]
},
"cordovaPlugins": [
"cordova-plugin-tts"
]
}