UNPKG
nextbus
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Node.js interface to the NextBus XML Feed
github.com/elliottsj/nextbus-js
elliottsj/nextbus-js
nextbus
/
.babelrc
16 lines
(15 loc)
•
240 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"plugins"
:
[
"transform-flow-strip-types"
,
"transform-object-rest-spread"
,
[
"transform-runtime"
,
{
"polyfill"
:
false
,
"regenerator"
:
true
}
]
]
,
"presets"
:
[
"es2015"
,
"es2016"
,
"es2017"
]
}