forked from airbnb/lottie-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 847 Bytes
/
package.json
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
32
33
{
"name": "lottie-web",
"version": "5.7.6",
"description": "After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript",
"main": "./build/player/lottie.js",
"repository": {
"type": "git",
"url": "https://github.com/airbnb/lottie-web.git"
},
"scripts": {
"build": "npx eslint ./player/js/**/* && node tasks/build.js",
"lint": "npx eslint ./player/js/**/*",
"lint:fix": "npx eslint ./player/js/**/* --fix"
},
"keywords": [
"animation",
"canvas",
"svg",
"after effects",
"plugin",
"export"
],
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"uglify-js": "^3.4.9",
"watch": "^1.0.2"
},
"types": "./index.d.ts",
"license": "MIT"
}