mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-27 18:31:21 +00:00
25 lines
581 B
JSON
25 lines
581 B
JSON
{
|
|
"name": "@thorvg/lottie-player",
|
|
"version": "1.0.0-beta.0",
|
|
"description": "A web lottie player using ThorVG as a renderer",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/thorvg/thorvg.git"
|
|
},
|
|
"author": "Jinny You <jinny@lottiefiles.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/thorvg/thorvg/issues"
|
|
},
|
|
"homepage": "https://thorvg.org",
|
|
"keywords": [
|
|
"lottie",
|
|
"animation",
|
|
"thorvg",
|
|
"tvg"
|
|
]
|
|
}
|