-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 4.52 KB
/
Copy pathpackage.json
File metadata and controls
117 lines (117 loc) · 4.52 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
109
110
111
112
113
114
115
116
117
{
"name": "formaggiore",
"version": "0.1.10",
"author": "Oleksii Stadnyk",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"emulate": "ionic emulate android -s -c -l",
"device": "ionic run android",
"serve": "ionic serve",
"adb:logcat": "adb logcat chromium:V",
"adb:getdb": "adb exec-out run-as com.ionicframework.formaggiore253139 cat databases/main.db > main.db",
"adb:deletedb": "adb exec-out run-as com.ionicframework.formaggiore253139 rm databases/main.db",
"protocol:device": "proto\\generator-bin\\protoc --nanopb_out=./arduino/temperature/ --js_out=binary,import_style=browser:./src/protocol/ proto/device.proto",
"protocol:ts:device": "proto\\generator-bin\\protoc --plugin=protoc-gen-light=proto\\generator-bin\\protoc-gen-light.cmd --light_out=./src/protocol -I proto proto/*.proto"
},
"dependencies": {
"@angular/common": "4.0.2",
"@angular/compiler": "4.0.2",
"@angular/compiler-cli": "4.0.2",
"@angular/core": "4.0.2",
"@angular/forms": "4.0.2",
"@angular/http": "4.0.2",
"@angular/platform-browser": "4.0.2",
"@angular/platform-browser-dynamic": "4.0.2",
"@ionic-native/bluetooth-serial": "^3.10.0",
"@ionic-native/camera": "^3.10.0",
"@ionic-native/core": "3.6.1",
"@ionic-native/file": "^3.10.0",
"@ionic-native/insomnia": "^3.12.1",
"@ionic-native/splash-screen": "3.6.1",
"@ionic-native/sqlite": "^3.6.1",
"@ionic-native/status-bar": "3.6.1",
"@ionic/storage": "2.0.1",
"@types/websql": "0.0.27",
"angular2-elastic": "^0.13.0",
"cordova-android": "^6.2.3",
"cordova-plugin-bluetooth-serial": "^0.4.7",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-console": "1.0.5",
"cordova-plugin-device": "1.1.4",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-splashscreen": "~4.0.1",
"cordova-plugin-statusbar": "2.2.2",
"cordova-plugin-whitelist": "1.3.1",
"cordova-sqlite-storage": "^2.0.4",
"ionic-angular": "3.2.1",
"ionic-plugin-deeplinks": "^1.0.14",
"ionic-plugin-keyboard": "~2.2.1",
"ionicons": "3.0.0",
"moment": "^2.18.1",
"proto2typescript": "^2.2.0",
"protobufjs": "^6.7.3",
"protoc-plugin": "0.0.6",
"rxjs": "5.1.1",
"sw-toolbox": "3.4.0",
"ts-md5": "^1.2.0",
"ts-protoc-gen": "^0.3.1",
"zone.js": "^0.8.10"
},
"devDependencies": {
"@ionic/app-scripts": "1.3.7",
"typescript": "~2.2.1"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [],
"description": "Formaggiore: An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-sqlite-storage": {},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "formaggiore",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "formaggiore.com",
"ANDROID_PATH_PREFIX": "/",
"ANDROID_2_PATH_PREFIX": "/",
"ANDROID_3_PATH_PREFIX": "/",
"ANDROID_4_PATH_PREFIX": "/",
"ANDROID_5_PATH_PREFIX": "/",
"DEEPLINK_2_SCHEME": " ",
"DEEPLINK_2_HOST": " ",
"DEEPLINK_3_SCHEME": " ",
"DEEPLINK_3_HOST": " ",
"DEEPLINK_4_SCHEME": " ",
"DEEPLINK_4_HOST": " ",
"DEEPLINK_5_SCHEME": " ",
"DEEPLINK_5_HOST": " "
},
"cordova-plugin-bluetooth-serial": {},
"cordova-plugin-camera": {},
"cordova-plugin-file": {},
"cordova-plugin-insomnia": {}
},
"platforms": [
"android"
]
}
}