-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (28 loc) · 1.04 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
{
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js",
"build": "handlebars views/partials/letters.handlebars -f public/letterTemplate.js"
},
"dependencies": {
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"handlebars": "^4.7.7",
"nodemon": "^2.0.20"
},
"name": "final-project-smooth-j-a-s-s",
"description": "[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-c66648af7eb3fe8bc4f294546bfd86ef473780cde1dea487d3c4ff354943c9ae.svg)](https://classroom.github.com/online_ide?assignment_repo_id=9461700&assignment_repo_type=AssignmentRepo)",
"version": "1.0.0",
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/osu-cs290-f22/final-project-smooth-j-a-s-s.git"
},
"author": "Seongki Lee",
"license": "ISC",
"bugs": {
"url": "https://github.com/osu-cs290-f22/final-project-smooth-j-a-s-s/issues"
},
"homepage": "https://github.com/osu-cs290-f22/final-project-smooth-j-a-s-s#readme"
}