-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (28 loc) · 1.04 KB
/
package.json
File metadata and controls
30 lines (28 loc) · 1.04 KB
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": "[](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"
}