-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "resul",
"version": "1.1.1",
"description": "Mobile app for Finnish Army Reservist sporting-union.",
"repository": {
"type": "git",
"url": "https://github.com/tikki-fi/tikki-app.git"
},
"dependencies": {
"angular-chart.js": "^1.1.1",
"cordova-android": "7.1.4",
"cordova-plugin-console": "1.0.5",
"cordova-plugin-device": "1.1.4",
"cordova-plugin-splashscreen": "~4.0.1",
"cordova-plugin-statusbar": "2.2.1",
"cordova-plugin-whitelist": "1.3.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"ionic-plugin-keyboard": "^2.2.1"
},
"devDependencies": {
"@ionic/v1-toolkit": "1.0.14",
"bower": "^1.8.4",
"gulp-util": "^3.0.8",
"shelljs": "^0.8.3"
},
"cordovaPlugins": [
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-statusbar",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [],
"cordova": {
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-console": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {}
}
}
}