-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 747 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 747 Bytes
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
{
"name": "mainrepo_project2_memewebsite",
"version": "1.0.0",
"description": "Meme Website with Amber and Andrew",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndrewRBader/Project2_MemeWebsite.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndrewRBader/Project2_MemeWebsite/issues"
},
"homepage": "https://github.com/AndrewRBader/Project2_MemeWebsite#readme",
"dependencies": {
"dotenv": "^16.0.0",
"ejs": "^3.1.7",
"express": "^4.18.0",
"method-override": "^3.0.0",
"mongoose": "^6.3.1"
}
}