UNPKG
@teamhive/lottie-player
Version:
latest (1.0.0)
1.0.0
Lottie animation web component.
@teamhive/lottie-player
/
loader
/
package.json
11 lines
•
283 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"lottie-player-loader"
,
"typings"
:
"./index.d.ts"
,
"module"
:
"./index.mjs"
,
"main"
:
"./index.cjs.js"
,
"node:main"
:
"./node-main.js"
,
"jsnext:main"
:
"./index.es2017.mjs"
,
"es2015"
:
"./index.es2017.mjs"
,
"es2017"
:
"./index.es2017.mjs"
,
"unpkg"
:
"./cdn.js"
}