forked from brvier/ForRunners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·66 lines (66 loc) · 1.92 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
{
"name": "forrunners",
"version": "1.0.9",
"description": "ForRunners: A gps tracker for runners",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^1.3.3",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-closure-compiler": "^0.3.0",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-geolocation",
"cordova-plugin-device",
"cordova-plugin-whitelist",
{
"locator": "https://github.com/domaemon/org.apache.cordova.plugin.tts.git",
"id": "org.apache.cordova.plugin.tts"
},
{
"locator": "https://github.com/macdonst/SpeechSynthesisPlugin",
"id": "org.apache.cordova.speech.speechsynthesis"
},
{
"locator": "https://github.com/katzer/cordova-plugin-background-mode.git",
"id": "de.appplant.cordova.plugin.background-mode"
},
"cordova-plugin-splashscreen",
{
"locator": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git",
"id": "nl.x-services.plugins.insomnia"
},
"cordova-plugin-x-socialsharing",
{
"locator": "https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin",
"id": "com.jcesarmobile.filepicker"
},
"cordova-plugin-device",
"cordova-plugin-file",
"cordova-plugin-ble-central",
"cordova-plugin-globalization",
{
"locator": "https://github.com/boltex/cordova-plugin-powermanagement.git",
"id": "at.gofg.sportscomputer.powermanagement"
},
"cordova-plugin-gpslocation",
"cordova-plugin-file-transfer",
"cordova-plugin-camera",
{
"locator": "https://github.com/napolitano/cordova-plugin-intent",
"id": "com.napolitano.cordova.plugin.intent"
},
"cordova-plugin-app-version",
"cordova-plugin-nativestorage",
"cordova-plugin-statusbar"
],
"cordovaPlatforms": [
"android"
]
}