UNPKG
random.dog.img
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
This npm is utilizing https://dog.ceo/dog-api/.
random.dog.img
/
package.json
18 lines
(17 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"random.dog.img"
,
"version"
:
"2.0.1"
,
"description"
:
"This npm is utilizing https://dog.ceo/dog-api/."
,
"main"
:
"index.js"
,
"keywords"
:
[
"dog"
,
"dogimage"
,
"imageapi"
,
"dogs"
]
,
"author"
:
"junkmeal"
,
"license"
:
"ISC"
,
"dependencies"
:
{
"axios"
:
"^0.20.0"
}
}