cordova-plugin-background-upload-put-s3
Version:
Cordova & Capacitor plugin for uploading file in the background
96 lines (95 loc) • 2.49 kB
JSON
{
"name": "cordova-plugin-background-upload-put-s3",
"version": "4.0.5",
"description": "Cordova & Capacitor plugin for uploading file in the background",
"cordova": {
"id": "cordova-plugin-background-upload-put-s3",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/maxcodefaster/cordova-plugin-background-upload-put-s3"
},
"keywords": [
"capacitor",
"cordova",
"background",
"file",
"upload",
"workmanager",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"scripts": {
"lint": "npx standard tests/tests.js && npx standard www/FileTransferManager.js",
"cordova-paramedic": "cordova-paramedic",
"test:android": "cordova-paramedic --platform android@8.0 --plugin . --cleanUpAfterRun",
"test:ios": "cordova-paramedic --platform ios --plugin . --cleanUpAfterRun"
},
"dependencies": {},
"author": "Mevin Dhunnooa & Spoon Consulting Ltd, Max Heichling, Benjamin Geiger",
"contributors": [
{
"name": "Luc Boissaye",
"email": "luc@boissaye.fr",
"url": "https://github.com/ombr",
"hireable": true
},
{
"name": "Lucas Malandrino",
"url": "https://github.com/icanwalkonwater",
"hireable": true
},
{
"name": "Azhar Beebeejaun",
"email": "azhar.beebeejaun@spoonconsulting.com",
"url": "https://github.com/azharbeebeejaun",
"hireable": true
},
{
"name": "Dinitri Ragoo ",
"email": "dimitriragoo@gmail.com",
"url": "https://github.com/dinitri-ragoo",
"hireable": true
},
{
"name": "Nick ANDRIANAHARIMALALA",
"email": "nick.andrianaharimalala@spoonconsulting.com",
"url": "https://github.com/sc-nick",
"hireable": true
},
{
"name": "Zafir Sk Heerah",
"email": "zafir.heerah@spoonconsulting.com",
"url": "https://github.com/zafirskthelifehacker",
"hireable": true
},
{
"name": "Max Heichling",
"email": "max@heichling.xyz",
"url": "https://heichling.xyz",
"hireable": true
}
],
"license": "Apache-2.0",
"engines": {
"node": ">=14.x",
"npm": ">=6.x",
"cordova": ">=8.0.0"
},
"standard": {
"env": [
"mocha",
"commonjs",
"jasmine"
]
},
"devDependencies": {
"cordova-paramedic": "git+https://github.com/apache/cordova-paramedic.git",
"standard": "^14.0.2"
}
}