-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
31
32
33
34
35
36
37
38
{
"name": "final-project-potato-juice",
"version": "1.0.0",
"description": "A potato website",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "handlebars views/partials/message.handlebars -f public/message.precompiled.js",
"prestart": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osu-cs290-sp21/final-project-potato-juice.git"
},
"keywords": [
"potato",
"web-development"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/osu-cs290-sp21/final-project-potato-juice/issues"
},
"homepage": "https://github.com/osu-cs290-sp21/final-project-potato-juice#readme",
"dependencies": {
"body-parser": "^1.19.0",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"formidable": "^1.2.2",
"fs": "0.0.1-security",
"handlebars": "^4.7.7",
"http": "0.0.1-security",
"multer": "^1.4.2",
"path": "^0.12.7"
}
}