summaryrefslogtreecommitdiff
path: root/package.json
blob: bd33d56b49490ec1bd1c4e1a4ec39b279ad3ef9b (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
{
  "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",
    "ionic-app-lib": "^0.7.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": [
    {
      "id": "phonegap-plugin-push",
      "locator": "phonegap-plugin-push",
      "variables": {
        "SENDER_ID": "710936220256"
      }
    },
    "cordova-plugin-app-version",
    "cordova-plugin-file",
    "cordova-plugin-inappbrowser",
    "cordova-plugin-ios-longpress-fix",
    "cordova-plugin-splashscreen",
    "cordova-plugin-touchid",
    "cordova-plugin-websocket",
    "cordova-plugin-whitelist",
    "ionic-plugin-keyboard",
    {
      "locator": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git",
      "id": "cordova-plugin-insomnia"
    },
    "cordova-plugin-pin-dialog",
    {
      "locator": "https://github.com/devgeeks/Canvas2ImagePlugin.git",
      "id": "org.devgeeks.Canvas2ImagePlugin"
    },
    "cordova-plugin-statusbar",
    {
      "locator": "https://github.com/pliablepixels/cordova-plugin-media",
      "id": "cordova-plugin-media"
    },
    {
      "locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions",
      "id": "com.telerik.plugins.nativepagetransitions"
    },
    "cordova-plugin-email-composer"
  ],
  "cordovaPlatforms": [
    {},
    "ios",
    "android"
  ]
}