-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.85 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.85 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
{
"name": "drip-app",
"version": "0.3.0",
"description": "drip-app by ionic framwork",
"dependencies": {
"cordova-android": "^6.4.0",
"cordova-ios": "^4.5.3",
"cordova-plugin-apprate": "^1.3.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-crop": "^0.4.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-dialogs": "^1.3.4",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-file-transfer": "^1.7.0",
"cordova-plugin-globalization": "^1.0.8",
"cordova-plugin-image-picker": "^1.1.3",
"cordova-plugin-inappbrowser": "^1.7.2",
"cordova-plugin-jcore": "^1.1.10",
"cordova-plugin-qqsdk": "^0.9.6",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-wechat": "^2.0.0",
"cordova-plugin-weibo": "^1.6.0",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-umeng-analytics": "git+https://github.com/pipitang/cordova-umeng-analytics.git",
"del": "^2.2.2",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.2.0",
"gulp-cordova-app-loader-manifest": "^1.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-inject": "^4.3.0",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "^0.3.0",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^2.1.2",
"jpush-phonegap-plugin": "^3.2.12",
"jshint": "^2.9.5",
"node-sass": "^4.6.1",
"run-sequence": "^1.2.2",
"vinyl-paths": "^2.1.0"
},
"devDependencies": {
"@ionic/cli-plugin-cordova": "1.6.2",
"@ionic/cli-plugin-gulp": "1.1.1",
"@ionic/cli-plugin-ionic1": "2.1.1",
"bower": "^1.8.2",
"gulp-sass": "^1.3.3",
"gulp-util": "^2.2.14",
"ionic": "3.9.2",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard"
],
"cordovaPlatforms": [
"ios"
],
"cordova": {
"plugins": {
"jpush-phonegap-plugin": {
"APP_KEY": "46becc0d96be0a46d601867f"
},
"cordova-umeng-analytics": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-wechat": {
"WECHATAPPID": "wxac31b5ac3e65915a"
},
"cordova-plugin-apprate": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-console": {},
"cordova-plugin-crop": {},
"cordova-plugin-device": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-qqsdk": {
"QQ_APP_ID": "1106248902"
},
"cordova-plugin-weibo": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-image-picker": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": " "
}
},
"platforms": [
"android",
"ios"
]
}
}