-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "instagram-clone",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [
"clone",
"instagram",
"social media",
"node.js",
"javascript",
"express.js",
"ejs",
"rest",
"apis"
],
"author": "Vinay Tambey",
"license": "MIT",
"description": "A basic clone of Instagram, where user can create a new post (consisting of a photo and a caption), edit caption, and delete post. This clone project is just made by the intent of praciticing my backend web development skills, without using CSS styling or Databases (instead an array).",
"repository": {
"type": "git",
"url": "git+https://github.com/VinayNoogler000/Instagram-Clone.git"
},
"bugs": {
"url": "https://github.com/VinayNoogler000/Instagram-Clone/issues"
},
"homepage": "https://github.com/VinayNoogler000/Instagram-Clone#readme",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.21.2",
"method-override": "^3.0.0",
"multer": "^1.4.5-lts.1",
"uuid": "^11.0.3"
}
}