-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 973 Bytes
/
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
{
"name": "cbt-diagnostic",
"version": "1.0.1",
"description": "CanBusTriple OBD II Diagnostic",
"dependencies": {
"cordova-android": "6.3.0",
"cordova-plugin-bluetoothle": "^4.4.3",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-ionic-webview": "^1.1.16",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"ionic-plugin-keyboard": "^2.2.1"
},
"devDependencies": {
"bower": "^1.8.2",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordova": {
"platforms": [
"android"
],
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-bluetoothle": {}
}
}
}