You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
399 B

{
"name": "upload-api",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:IoTcat/upload-api.git",
"author": "iotcat <i@iotcat.me>",
"license": "MIT",
"dependencies": {
"esdk-obs-nodejs": "^3.1.3",
"express": "^4.17.1",
"image-size": "^0.8.3",
"md5": "^2.2.1",
"multer": "^1.4.2",
"multiparty": "^4.2.1",
"silly-datetime": "^0.1.2"
}
}