Files
Node.js-14-Cookbook/Chapter05/making-an-http-post-request/multipart-post-uploads/package.json
T
2017-07-31 11:33:31 +05:30

15 lines
265 B
JSON

{
"name": "multipart-post-uploads",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"steed": "^1.1.3"
}
}