summaryrefslogtreecommitdiff
path: root/package.json
blob: c266533dd696dedeb2a6e8a5e2d03788cd50bee5 (plain)
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
{
  "name": "zmninja",
  "version": "1.0.0",
  "description": "zmNinja: An Ionic project",
  "dependencies": {
    "async": "^1.4.2",
    "gulp": "^3.5.6",
    "gulp-concat": "^2.2.0",
    "gulp-minify-css": "^0.3.0",
    "gulp-rename": "^1.2.0",
    "gulp-sass": "^2.0.0"
  },
  "devDependencies": {
    "bower": "^1.3.3",
    "clean-css": "^3.4.0",
    "gulp-angular-templatecache": "^1.6.0",
    "gulp-util": "^2.2.14",
    "shelljs": "^0.3.0",
    "jshint": "^2.8.0",
    "ng-annotate": "^1.0.2",
    "uglify-js": "^2.4.24"
  },
  "cordovaPlugins": [
    "org.apache.cordova.device",
    "org.apache.cordova.console",
    "com.ionic.keyboard",
    "org.apache.cordova.statusbar",
    "cordova-plugin-whitelist",
    "cordova-plugin-inappbrowser",
    {
      "locator": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git",
      "id": "nl.x-services.plugins.insomnia"
    },
    "cordova-plugin-file",
    {
      "locator": "https://github.com/katzer/cordova-plugin-email-composer.git",
      "id": "de.appplant.cordova.plugin.email-composer"
    },
    {
      "locator": "https://github.com/whiteoctober/cordova-plugin-app-version.git",
      "id": "uk.co.whiteoctober.cordova.appversion"
    },
    {
      "locator": "https://github.com/devgeeks/Canvas2ImagePlugin.git",
      "id": "org.devgeeks.Canvas2ImagePlugin"
    },
    {
      "locator": "https://github.com/cogitor/PhoneGap-OrientationLock.git",
      "id": "com.phonegap.plugins.OrientationLock"
    },
    "cordova-plugin-splashscreen",
    {
      "locator": "https://github.com/Paldom/PinDialog.git",
      "id": "hu.dpal.phonegap.plugins.PinDialog"
    },
    {
      "locator": "https://github.com/leecrossley/cordova-plugin-touchid.git",
      "id": "cordova-plugin-touchid"
    },
    "cordova-plugin-ios-longpress-fix",
    "cordova-plugin-websocket",
    {
      "locator": "https://github.com/katzer/cordova-plugin-local-notifications.git",
      "id": "de.appplant.cordova.plugin.local-notification"
    },
    "de.appplant.cordova.common.registerusernotificationsettings",
    {
      "locator": "https://github.com/katzer/cordova-plugin-badge.git",
      "id": "de.appplant.cordova.plugin.badge"
    },
    "phonegap-plugin-push",
    {
      "locator": "https://github.com/pliablepixels/cordova-plugin-media.git",
      "id": "org.apache.cordova.media"
    }
  ],
  "cordovaPlatforms": [
    "ios",
    {
      "platform": "ios",
      "version": "",
      "locator": "ios"
    },
    {
      "platform": "android_temp",
      "version": "",
      "locator": "android_temp"
    },
    "android"
  ]
}