diff options
| author | BoskSpb <bosk@mail.ru> | 2016-12-15 01:05:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-15 01:05:35 +0300 |
| commit | ebf2e82f9687110b0237245169f2ae20f18382c0 (patch) | |
| tree | ffd2f53566b2351e8c345124c47fe5a7f4509908 /package.json | |
| parent | e2f15230ac9c4c90b483914398886c70f7d6dd04 (diff) | |
| parent | 1d9625d30bec5929164fb53b237fa4995f6991f5 (diff) | |
Merge pull request #1 from pliablepixels/master
updating
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json index 499aea0b..f6f0113e 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "devDependencies": { "bower": "^1.3.3", "clean-css": "^3.4.0", + "cordova-uglify": "^0.2.6", "gulp-angular-templatecache": "^1.6.0", "gulp-util": "^2.2.14", "jshint": "^2.8.0", @@ -89,9 +90,23 @@ "locator": "https://github.com/pliablepixels/cordova-plugin-media", "id": "cordova-plugin-media" }, + "cordova-plugin-add-swift-support", + "cordova-plugin-file-transfer", + { + "locator": "https://github.com/FlyingDonkeyDev/cordova-library-helper", + "id": "cordova-library-helper" + }, + "cordova-plugin-photo-library", { "locator": "https://github.com/hypery2k/cordova-certificate-plugin", "id": "cordova-plugin-certificates" + }, + { + "id": "cordova-plugin-customurlscheme", + "locator": "cordova-plugin-customurlscheme", + "variables": { + "URL_SCHEME": "zmninja" + } } ], "cordovaPlatforms": [ |
