image_node/package.json

23 lines
506 B
JSON

{
"name": "image_node",
"version": "0.1.0",
"description": "A light web image uploader",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"password-hash": "^1.2.2",
"pug": "^2.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/flifloo/image_node.git"
},
"license": "MIT",
"author": "flifloo"
}