-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 2.47 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 2.47 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
{
"name": "us.sportwatch.trackwatch",
"displayName": "Sportwatch",
"version": "1.0.0",
"description": "An app used to track athletic progress",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sportwatch Team",
"license": "Apache-2.0",
"dependencies": {
"chart.js": "^2.9.3",
"cordova": "^10.0.0",
"cordova-browser": "^6.0.0",
"cordova-plugin-appversion": "^1.0.0",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-vibration": "^3.1.1",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-sqlite-storage": "^5.0.0",
"ios-sim": "^9.0.0",
"macos-release": "^3.0.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-sqlite-storage": {},
"cordova-plugin-file": {},
"cordova-plugin-device": {},
"cordova-plugin-vibration": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-appversion": {},
"cordova-plugin-app-exit": {},
"cordova-plugin-purchase": {
"BILLING_KEY": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzIXYCv1pbe05HNhVytK8PdyfAA9W/wtoCmuiH7xZ8GA9IV9Kfz+SMWhMR3HPHDuFuS4i90OkjMsPLlO9Fo6i2uwpki5cU8QfBm2fAFEb/IwpgjP28j4T+UVrjuR+Yvo1R7svsDrHXLzaOpS81VCEwWNo1wJSP0Mh4kAECMEilCD+N5FBrnR3t7jRncEXoqojB6tYdIJF/A8LSa0Bz2YxY3OB0ceIhqJRNOfeYjBQ3PA8hk52/k1JO0h+GPtp7Jt4S4HYfq3mkr41v1e298+7zVzyB9+QdR52ZzmsMJGh9fH+GcAHSXjpD0UsyBPcJ34HIQ2eAYP0Ubwgst11sdRB+wIDAQAB"
},
"cordova-plugin-x-socialsharing": {
"PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
}
},
"platforms": [
"browser",
"android"
]
},
"devDependencies": {
"cordova-android": "^9.0.0",
"cordova-ios": "^6.1.1",
"cordova-plugin-app-exit": "0.0.2",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-purchase": "git+https://github.com/j3k0/cordova-plugin-purchase.git",
"cordova-plugin-x-socialsharing": "^6.0.3",
"es6-promise-plugin": "^4.2.2"
}
}