diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-08 12:37:03 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-08 12:37:03 -0500 |
| commit | ef4f212fc1482136dba1e690ec589b315b4a377f (patch) | |
| tree | 0b7e16d72567fafcfd3e08d7c5c591ad07a63458 /StoneIsland/plugins/cordova-plugin-whitelist/package.json | |
| parent | 5fa81da81260d65113f57a293b6256d334fe8e2d (diff) | |
build 0.7.0
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-whitelist/package.json')
| -rw-r--r--[-rwxr-xr-x] | StoneIsland/plugins/cordova-plugin-whitelist/package.json | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-whitelist/package.json b/StoneIsland/plugins/cordova-plugin-whitelist/package.json index 2c72e256..ae0d386c 100755..100644 --- a/StoneIsland/plugins/cordova-plugin-whitelist/package.json +++ b/StoneIsland/plugins/cordova-plugin-whitelist/package.json @@ -1,34 +1,32 @@ { "name": "cordova-plugin-whitelist", - "version": "1.0.0", + "version": "1.3.0", "description": "Cordova Whitelist Plugin", "cordova": { "platforms": [ - "android", - "ios" + "android" ] }, "repository": { "type": "git", - "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist.git" + "url": "https://github.com/apache/cordova-plugin-whitelist" }, "keywords": [ "cordova", "whitelist", "ecosystem:cordova", - "cordova-android", - "cordova-ios" + "cordova-android" ], - "engines": [ - { - "name": "cordova-android", - "version": ">=4.0.0-dev" - }, - { - "name": "cordova-ios", - "version": ">=4.0.0-dev" + "engines": { + "cordovaDependencies": { + "0.0.0": { + "cordova-android": ">=4.0.0" + }, + "2.0.0": { + "cordova": ">100" + } } - ], + }, "author": "Apache Software Foundation", "license": "Apache 2.0" } |
