diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-22 06:07:40 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-22 06:07:40 -0500 |
| commit | ab96cb8fcf328d095d8b8e65d40e02c68d6d8d11 (patch) | |
| tree | 288ec93a2145c52836bba28857ed5ef1ede48325 /package.json | |
| parent | fabf64411bbdf1f6aa81f3eae31d04bda1dfa3ee (diff) | |
added new config key for photos in iOS
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json index c1995dff..5a61b8a3 100644 --- a/package.json +++ b/package.json @@ -51,14 +51,14 @@ "gulp-minify-css": "^0.3.0", "gulp-rename": "^1.2.0", "gulp-sass": "^2.0.0", - "ionic": "^3.10.3", "ionic-angular": "^2.0.0-beta.10", "ionic-app-lib": "^0.7.0", "ionic-plugin-keyboard": "^2.2.1", "phonegap-plugin-mobile-accessibility": "^1.0.5", "phonegap-plugin-push": "^1.9.0", "rxjs": "^5.4.3", - "typescript": "^2.4.1" + "typescript": "^2.4.1", + "org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin" }, "devDependencies": { "@ionic/cli-plugin-gulp": "1.0.2", @@ -68,6 +68,7 @@ "gulp": "^3.9.1", "gulp-angular-templatecache": "^1.6.0", "gulp-util": "^2.2.14", + "ionic": "3.12.0", "jshint": "^2.8.0", "ng-annotate": "^1.0.2", "shelljs": "^0.3.0", @@ -213,6 +214,9 @@ "XWALK_LITEVERSION": "xwalk_core_library_canary:17+", "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect", "XWALK_MULTIPLEAPK": "true" + }, + "org.devgeeks.Canvas2ImagePlugin": { + "PHOTOLIBRARY_USAGE_DESCRIPTION": " " } } } |
