mirror of
https://github.com/Ellpeck/WoodpeckerPlugins.git
synced 2024-11-21 18:13:30 +01:00
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"name": "nextcloud-upload",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "/run.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"glob": "^10.3.10",
|
|
"nextcloud-chunk-file-upload": "^1.2.3",
|
|
"xml2json": "^0.12.0"
|
|
}
|
|
}
|