-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.44 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "parks-and-rec-api",
"version": "1.0.0",
"description": "An API to get details for the cast and episodes of the TV show Parks and Recreation (2009-2015)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tedeschi-byui/parks-and-rec-api.git"
},
"keywords": [
"parks",
"and",
"recreation",
"parks and rec",
"parks and recreation",
"rec",
"nbc",
"leslie knope",
"ron swanson",
"april ludgate",
"andy dwier",
"ann perkins",
"mark brendanawicz",
"tom haverford",
"ben wyatt",
"chris traeger",
"jerry",
"larry",
"terry",
"garry",
"gergich",
"donna meagle",
"craig middlebrooks",
"pawnee",
"indiana",
"li'l sebastian",
"little sebastian",
"orin",
"tammy swanson",
"tammy I",
"tammy II",
"jeremy jamm",
"joan calamezzo",
"perd hapley",
"shauna malwae-tweep",
"brandi maxxxx",
"bobby newport"
],
"author": "Henrique Tedeschi",
"license": "MIT",
"bugs": {
"url": "https://github.com/tedeschi-byui/parks-and-rec-api/issues"
},
"homepage": "https://github.com/tedeschi-byui/parks-and-rec-api#readme",
"dependencies": {
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.10",
"nodemailer": "^6.4.6"
}
}