You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
650 B
32 lines
650 B
{
|
|
"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"
|
|
}
|
|
}
|