ohctechv3/.svn/pristine/cd/cdcc7dbc52ee7c5fb72a97fdcaa7ba1fdf91199c.svn-base
2024-10-28 15:03:36 +05:30

32 lines
650 B
Plaintext

{
"name": "bodymovin",
"description": "After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript",
"main": "./build/player/lottie.js",
"authors": [
"hernan <bodymovin@users.noreply.github.com>"
],
"license": "MIT",
"keywords": [
"animation",
"canvas",
"svg",
"after",
"effects",
"plugin",
"export"
],
"homepage": "https://github.com/bodymovin/bodymovin",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"player/",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "https://github.com/bodymovin/bodymovin.git"
}
}