persistent-gallery / package.json
victor's picture
victor HF staff
init
63caaa6
raw
history blame contribute delete
394 Bytes
{
"name": "image-gallery",
"version": "1.0.0",
"description": "A basic node application using express to render a basic page with a file upload and a gallery of images uploaded by users.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.17.1",
"multer": "^1.4.3",
"pug": "^3.0.2"
},
"author": "",
"license": "ISC"
}