-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 961 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 961 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
29
{
"name": "coffee-api",
"version": "1.0.0",
"description": "***Friends don't let friends drink alone!***\r <h2>This API exercise employs EJS, NodeJS, Express, CSS, and JS. So many little things to think about!</h2>\r <img src=\"https://media.giphy.com/media/MdB3ZxomlJCMWJw7HB/giphy.gif\" alt=\"gif of coffee cup winking\">",
"main": "server.js",
"dependencies": {
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"mongodb": "^3.6.5",
"nodemon": "^2.0.7"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JenniferToops/coffee-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JenniferToops/coffee-api/issues"
},
"homepage": "https://github.com/JenniferToops/coffee-api#readme"
}