@moodlehq/cordova-plugin-file-transfer
Version:
Moodle's fork of Cordova File Transfer Plugin
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "@moodlehq/cordova-plugin-file-transfer",
"version": "2.0.0-moodle.2",
"description": "Moodle's fork of Cordova File Transfer Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "@moodlehq/cordova-plugin-file-transfer",
"platforms": [
"android",
"ios",
"browser"
]
},
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"repository": "github:moodlemobile/cordova-plugin-file-transfer#main",
"homepage": "https://github.com/moodlemobile/cordova-plugin-file-transfer/tree/main#readme",
"bugs": "https://github.com/moodlemobile/cordova-plugin-file-transfer/issues",
"keywords": [
"cordova",
"file",
"transfer",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova-android": ">=12.0.0"
},
"3.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {
"@cordova/eslint-config": "^5.0.0"
}
}