{
    "version": "4.2.0",
    "name": "cordova-launch-review",
    "cordova_name": "Launch Review",
    "description": "Cordova/PhoneGap plugin for iOS and Android to assist in leaving user reviews/ratings in the App Stores.",
    "author": "Dave Alden",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/dpa99c/cordova-launch-review.git"
    },
    "bugs": {
        "url": "https://github.com/dpa99c/cordova-launch-review/issues"
    },
    "homepage": "https://github.com/dpa99c/cordova-launch-review",
    "cordova": {
        "id": "cordova-launch-review",
        "platforms": [
            "android",
            "ios"
        ]
    },
    "keywords": [
        "ecosystem:cordova",
        "cordova",
        "phonegap",
        "ios",
        "android",
        "review",
        "rating",
        "app store",
        "storekit",
        "play review api"
    ],
    "engines": {
        "cordova": ">=10.0.0",
        "cordova-ios": ">=6.0.0",
        "cordova-android": ">=10.0.0"
    },
    "cordovaDependencies": {
        "4.2.0": {
            "cordova": ">=10.0.0",
            "cordova-ios": ">=6.0.0",
            "cordova-android": ">=10.0.0",
            "cordova-plugin-device": "*"
        }
    },
    "dependencies": {},
    "devDependencies": {}
}