express: add Matt's critters
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
2710d482f6
commit
e3150bd53b
1 changed files with 29 additions and 1 deletions
|
@ -1,3 +1,31 @@
|
||||||
{
|
{
|
||||||
"animals": ["Dog", "Cat", "Elephant", "Lion", "Giraffe"]
|
"animals": [
|
||||||
|
"Squirrel",
|
||||||
|
"Armadillo",
|
||||||
|
"Beaver",
|
||||||
|
"Cricket",
|
||||||
|
"Eagle",
|
||||||
|
"Ferret",
|
||||||
|
"Fox",
|
||||||
|
"Frog",
|
||||||
|
"Guinea Pig",
|
||||||
|
"Hamster",
|
||||||
|
"Hummingbird",
|
||||||
|
"Iguana",
|
||||||
|
"Mouse",
|
||||||
|
"Muskrat",
|
||||||
|
"Newt",
|
||||||
|
"Otter",
|
||||||
|
"Parakeet",
|
||||||
|
"Penguin",
|
||||||
|
"Pigeon",
|
||||||
|
"Possum",
|
||||||
|
"Rabbit",
|
||||||
|
"Raccoon",
|
||||||
|
"Rat",
|
||||||
|
"Snake",
|
||||||
|
"Spider",
|
||||||
|
"Turtle",
|
||||||
|
"Wolf pup"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue