-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "node-oss-filemanager",
"version": "1.0.2",
"description": "基于Aliyun OSS对象存储的Node.js网盘管理后台",
"main": "larfOss.js",
"repository": {
"type": "git",
"url": "git@github.com:refinec/node-filemanager.git"
},
"keywords": [
"Aliyun OSS",
"nodejs"
],
"bugs": {
"url": "https://github.com/refinec/node-filemanager/issues"
},
"homepage": "https://github.com/refinec/node-filemanager/tree/main",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "refinec",
"license": "MIT",
"dependencies": {
"ali-oss": "^6.13.2",
"archiver": "^5.0.0",
"async": "^3.2.0",
"blueimp-md5": "^2.18.0",
"compression": "^1.7.4",
"connect-history-api-fallback": "^1.6.0",
"connect-mongo": "^4.4.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"formidable": "^1.2.2",
"fs-extra": "^9.0.1",
"mime-types": "^2.1.27",
"mongodb": "^3.6.5",
"unzip": "^0.1.11"
}
}