UNPKG
lyricist
Version:
latest (2.2.2)
2.2.2
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
0.1.2
0.1.1
0.1.0
Fetches song lyrics using the Genius.com API and website.
github.com/scf4/lyricist
scf4/lyricist
lyricist
/
.babelrc
10 lines
(9 loc)
•
95 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
"6.0.0"
}
}
]
]
}