UNPKG
@hubroeducation/ltijs
Version:
latest (5.9.17)
testing (5.9.17-testing.1)
5.9.17
5.9.17-testing.1
5.9.17-testing.0
5.9.16
5.9.15
5.9.14
5.9.13
5.9.12
5.9.11
5.9.11-testing.0
5.9.10
5.9.8
5.9.7
5.9.6
5.9.5
5.9.4
5.9.3
5.9.2
5.9.2-1
5.9.1
5.9.0
5.8.9
Easily turn your web application into a LTI 1.3 Learning Tool.
github.com/dmolin/ltijs
dmolin/ltijs
@hubroeducation/ltijs
/
.babelrc
11 lines
•
189 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"plugins"
: [ [
"
@babel
/plugin-proposal-class-properties"
], [
"
@babel
/transform-runtime"
] ],
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"node"
:
8
} }]] }