UNPKG
emoji-flag-pr
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
returns the flag-pr emoji
emoji-flag-pr
/
package.json
14 lines
•
265 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"emoji-flag-pr"
,
"version"
:
"1.3.0"
,
"description"
:
"returns the flag-pr emoji"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"node test.js"
}
,
"author"
:
"Josh Hunt"
,
"license"
:
"ISC"
,
"devDependencies"
:
{
"emoji-100"
:
"^1.0.0"
}
}