File size: 394 Bytes
63caaa6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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"
}