forked from earthsenze/nodebb-plugin-s3-uploads
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
40 lines (40 loc) · 995 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
36
37
38
39
40
{
"name": "nodebb-plugin-s3-uploads-updated",
"version": "0.3.15",
"description": "A plugin for NodeBB to take file uploads and store them on S3 updated for 1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/louiseMcMahon/nodebb-plugin-s3-uploads.git"
},
"keywords": [
"nodebb",
"s3",
"aws",
"plugin",
"uploads"
],
"author": "Micheil Smith <micheil@kano.me>",
"contributors": [
"Barış Soner Uşaklı <barisusakli@gmail.com>",
"Joseph Chen <joseph.chen@gmail.com>",
"louise McMahon <louise@louisemcmahon.co.uk>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/louiseMcMahon/nodebb-plugin-s3-uploads/issues"
},
"nbbpm": {
"compatibility": "^1.5.0"
},
"dependencies": {
"aws-sdk": "^2.0.23",
"uuid": "~1.4.1",
"mime": "~1.2.11",
"request": "~2.69.0",
"gm": "~1.21.1"
}
}