1
0
Förgrening 0
This repository has been archived on 2022-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
office365-oauth2-authenticator/package.json

19 rader
433 B
JSON
Permalänk Normal vy Historik

2018-09-11 10:36:58 +02:00
{
"name": "sharepoint-webdav-oauth2-bot",
2021-07-13 13:19:24 +02:00
"version": "1.0.1",
2018-09-11 10:36:58 +02:00
"description": "sharepoint-webdav-oauth2-bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Simon Vieille <simon@deblan.fr>",
"license": "ISC",
"dependencies": {
"class.extend": "^0.9.2",
2021-07-13 13:18:55 +02:00
"crawler": "^1.3.0",
"minimist": "^1.2.5",
"trim": "^1.0",
"css-what": "5.0.1"
2018-09-11 10:36:58 +02:00
}
}