-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
54 lines (54 loc) · 1.73 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
{
"name": "mopidy-mobile",
"author": "Thomas Kemmer",
"homepage": "https://github.com/tkem/mopidy-mobile/",
"description": "Mopidy Web client for mobile devices",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tkem/mopidy-mobile.git"
},
"dependencies": {
"cordova-android": "^9.0.0",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-appversion": "^1.0.0",
"cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-music-controls": "^2.2.0",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-x-socialsharing": "^6.0.2",
"cordova-plugin-zeroconf": "^1.4.2",
"es6-promise-plugin": "^4.2.2"
},
"devDependencies": {
"@ionic/v1-toolkit": "^3.2.15",
"bower": "^1.8.10",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-angular-templatecache": "^3.0",
"gulp-clean-css": "^4.3",
"gulp-concat": "^2.6",
"gulp-jshint": "^2.1",
"gulp-load-plugins": "^2.0",
"gulp-rename": "^2.0",
"gulp-sass": "^4.1",
"gulp-uglify": "^3.0",
"gulp-util": "^3.0"
},
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-appversion": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-music-controls": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-x-socialsharing": {
"ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
},
"cordova-plugin-zeroconf": {}
}
}
}