forked from dharijanto/multer-proxy-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 784 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
{
"name": "multer-proxy-storage",
"version": "1.0.2",
"description": "Forward multipart/form-data file upload into a specified server.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Denny Harijanto",
"email": "denny@nusantara-cloud.com",
"url": "http://www.nusantara-cloud.com"
},
"homepage": "https://github.com/nusantara-cloud/multer-proxy-storage",
"repository": {
"bugs": {
"url": "https://github.com/nusantara-cloud/multer-proxy-storage"
},
"type": "git",
"url": "git://github.com/nusantara-cloud/multer-proxy-storage.git"
},
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"concat-stream": "^1.6.2",
"form-data": "^2.3.2"
}
}