forked from LouiseMcMahon/nodebb-plugin-s3-uploads
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 769 Bytes
/
package.json
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
{
"name": "nodebb-plugin-ali-oss",
"version": "0.1.2",
"description": "A plugin for NodeBB to take file uploads and store them on OSS for nodebb 1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ziofat/nodebb-plugin-ali-oss.git"
},
"keywords": [
"nodebb",
"oss",
"aliyun",
"plugin",
"uploads"
],
"author": "ziofat",
"license": "MIT",
"bugs": {
"url": "https://github.com/ziofat/nodebb-plugin-ali-oss/issues"
},
"nbbpm": {
"compatibility": "^1.0.0"
},
"dependencies": {
"ali-oss": "^4.4.4",
"uuid": "~1.4.1",
"mime": "~1.2.11",
"request": "~2.69.0",
"gm": "~1.21.1"
}
}