1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
| {
| "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"
| }
| }
|
|