-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
38
{
"name": "final-project-team-60",
"version": "1.0.0",
"description": "final project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"dev": "nodemon server.js",
"build": "handlebars views/partials/filter.handlebars -f public/filterTemplate.js",
"build2": "handlebars views/partials/photo.handlebars -f public/photoTemplate.js",
"build3": "handlebars views/partials/tripEntery.handlebars -f public/tripEntery.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osu-cs290-f20/final-project-team-60.git"
},
"keywords": [
"HTTP",
"Express",
"Node.js"
],
"author": "Malik Almohsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/osu-cs290-f20/final-project-team-60/issues"
},
"homepage": "https://github.com/osu-cs290-f20/final-project-team-60#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"handlebars": "^4.7.6"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}