2020-10-01 23:10:41 +03:00
|
|
|
{
|
|
|
|
"name": "quad-j",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "file upload thing",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.hippoz.xyz/personalprojects/quad-j.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2020-10-05 00:18:41 +03:00
|
|
|
"cors": "^2.8.5",
|
2020-10-01 23:10:41 +03:00
|
|
|
"ejs": "^3.1.5",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-fileupload": "^1.2.0",
|
|
|
|
"mime-types": "^2.1.27"
|
|
|
|
}
|
|
|
|
}
|