{
    "name": "tus-cordova-example",
    "displayName": "tus",
    "version": "1.0.0",
    "description": "A sample Apache Cordova application that using the tus protocol.",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "Apache Cordova Team",
    "license": "Apache-2.0",
    "dependencies": {
        "cordova-android": "^7.1.4",
        "cordova-plugin-camera": "^4.0.3",
        "cordova-plugin-file": "^6.0.1",
        "cordova-plugin-whitelist": "^1.3.3",
        "tus-js-client": "^1.5.2"
    },
    "cordova": {
        "plugins": {
            "cordova-plugin-camera": {},
            "cordova-plugin-file": {},
            "cordova-plugin-whitelist": {}
        },
        "platforms": [
            "android"
        ]
    }
}