UNPKG
rot-js
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
A roguelike toolkit in JavaScript
ondras.github.io/rot.js
ondras/rot.js
rot-js
/
examples
/
bundled-modules
/
.babelrc
14 lines
(13 loc)
•
151 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
:
[
[
"@babel/preset-env"
,
{
"targets"
:
{
"ie"
:
10
}
,
"loose"
:
true
}
]
]
}