UNPKG
coinfalcon-nodejs
Version:
latest (0.1.1)
0.1.1
A complete API & WebSocket library for CoinFalcon.
coinfalcon-nodejs
/
.babelrc
17 lines
(16 loc)
•
245 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"browsers"
:
[
"last 2 versions"
]
,
"node"
:
"current"
,
}
,
}
,
]
,
"stage-0"
,
]
,
"plugins"
:
[
[
"module-resolver"
,
{
"root"
:
[
"src"
]
}
]
,
]
}