-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.04 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
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
{
"name": "mm2",
"version": "1.0.0",
"description": "mm2: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^1.3.3",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"appium": "^1.4.11",
"bower": "^1.3.3",
"gulp-clip-empty-files": "^0.1.1",
"gulp-concat-util": "^0.5.2",
"gulp-file": "^0.2.0",
"gulp-insert": "^0.4.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-remove-empty-lines": "0.0.2",
"gulp-slash": "^1.1.3",
"gulp-strip-comments": "^1.0.1",
"gulp-tap": "^0.1.3",
"gulp-util": "^2.2.14",
"gulp-zip": "^3.2.0",
"jasmine": "^2.2.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"plist": "^1.1.0",
"protractor": "^2.2.0",
"shelljs": "^0.3.0",
"through": "^2.3.6",
"wd": "^0.4.0",
"wd-bridge": "0.0.2",
"yargs": "^3.25.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-globalization",
"cordova-plugin-file",
"cordova-plugin-inappbrowser",
"cordova-plugin-file-transfer",
"cordova-plugin-network-information",
"cordova-plugin-camera",
"cordova-plugin-media-capture",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"cordova-plugin-whitelist",
{
"locator": "https://github.com/Tunts/WebIntent",
"id": "net.tunts.webintent"
},
{
"variables": {
"URL_SCHEME": "moodlemobile"
},
"locator": "cordova-plugin-customurlscheme",
"id": "cordova-plugin-customurlscheme"
},
"ionic-plugin-keyboard",
{
"locator": "https://github.com/ti8m/DocumentHandler",
"id": "ch.ti8m.documenthandler"
},
"de.appplant.cordova.plugin.local-notification",
"cordova-plugin-zip",
{
"variables": {
"SENDER_ID": "694767596569"
},
"locator": "phonegap-plugin-push",
"id": "phonegap-plugin-push"
}
],
"cordovaPlatforms": [
"ios",
"android"
]
}