mirror of
https://github.com/Ellpeck/WoodpeckerPlugins.git
synced 2024-11-22 10:33:29 +01:00
16 lines
303 B
JSON
16 lines
303 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.1",
|
||
|
"nextcloud-chunk-file-upload": "^1.1.1"
|
||
|
}
|
||
|
}
|