1
0
派生 0
该仓库已于 2022-08-25 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
office365-oauth2-authenticator/package.json

19 行
433 B
JSON

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
}
}