mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
web: Add a package manifest info
This commit is contained in:
parent
28ba5fe1b8
commit
c99864e475
1 changed files with 25 additions and 0 deletions
25
web/package.json
Normal file
25
web/package.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue