UNPKG

cordova-plugin-background-upload-improved

Version:
89 lines (88 loc) 2.28 kB
{ "name": "cordova-plugin-background-upload-improved", "version": "4.1.11", "description": "Cordova plugin for uploading file in the background", "cordova": { "id": "cordova-plugin-background-upload-improved", "platforms": [ "android", "ios" ] }, "repository": { "type": "git", "url": "https://github.com/spoonconsulting/cordova-plugin-background-upload" }, "keywords": [ "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", "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 } ], "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" } }