-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 898 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
{
"name": "nodebb-plugin-azurestorage",
"version": "0.1.4",
"description": "A plugin for NodeBB to take file uploads and store them on Azure Storage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hmqgg/nodebb-plugin-azurestorage.git"
},
"keywords": [
"nodebb",
"storage",
"azure",
"plugin",
"uploads"
],
"author": "Mitch Hwang <[email protected]>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/hmqgg/nodebb-plugin-azurestorage/issues"
},
"nbbpm": {
"compatibility": "^1.9.0"
},
"dependencies": {
"azure-storage": "^2.8.1",
"dotenv": "^8.2.0",
"imagemagick-stream": "^4.1.1",
"jquery": "^3.5.1",
"mime": "^2.2.0",
"request": "^2.69.0",
"uniqid": "~4.1.1"
}
}