This repository was archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
{
"name": "orange",
"version": "0.99.1",
"description": "Orange: An Ionic project",
"dependencies": {
"cordova-ios": "^4.4.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^0.3.13",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0"
},
"devDependencies": {
"@ionic/cli-plugin-cordova": "1.3.0",
"@ionic/cli-plugin-ionic1": "1.3.0",
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard",
{
"locator": "https://github.com/VitaliiBlagodir/cordova-plugin-datepicker.git",
"id": "cordova-plugin-datepicker"
},
"cordova-plugin-inappbrowser",
"cordova-plugin-camera",
{
"locator": "https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git",
"id": "nl.x-services.plugins.launchmyapp",
"variables": {
"URL_SCHEME": "orangeapp"
}
},
{
"locator": "https://github.com/katzer/cordova-plugin-local-notifications",
"id": "de.appplant.cordova.plugin.local-notification"
},
"cordova-plugin-file",
"cordova-plugin-x-socialsharing",
"cordova-plugin-actionsheet",
{
"locator": "https://github.com/sarahgoldman/cordova-print-pdf-plugin.git",
"id": "cordova-plugin-print-pdf"
},
"cordova-plugin-statusbar"
],
"cordovaPlatforms": [
"android",
"ios"
]
}