UNPKG

sharepoint-upload

Version:

Take it easy uploading files to Sharepoint

27 lines (26 loc) 728 B
{ "name": "sharepoint-upload", "description": "Take it easy uploading files to Sharepoint", "version": "1.1.0-beta.1", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node src/index.js" }, "author": "Paul Javaloyes Alcaraz <pauljavaloyesdev@gmail.com>", "license": "MIT", "dependencies": { "node-fetch": "^2.7.0", "node-sp-auth": "^3.0.8" }, "keywords": ["sharepoint", "upload", "nodejs", "sharepoint-upload", "files", "sp", "sp-upload"], "files": [ "src/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/PaulJDev/sharepoint-upload.git" } }