-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.07 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": "catspot",
"version": "1.0.0",
"description": "Track cats on campus",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "handlebars -f javascript/photoCardTemplate.js views/partials/photoCard.handlebars",
"prestart": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osu-cs290-f19/final-project-melanie-grant-elliott.git"
},
"keywords": [
"cat"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/osu-cs290-f19/final-project-melanie-grant-elliott/issues"
},
"homepage": "https://github.com/osu-cs290-f19/final-project-melanie-grant-elliott#readme",
"dependencies": {
"cloudinary": "^1.18.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"express-handlebars": "^3.1.0",
"handlebars": "^4.5.3",
"node": "^13.3.0",
"node-fetch": "^2.6.0",
"opencage-api-client": "^0.5.1",
"mongodb": "^3.4.0"
},
"devDependencies": {}
}