-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 876 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
34
35
36
37
{
"name": "gatsby-remark-lottie",
"version": "1.0.3",
"description": "Gatsby remark plugin to embed lottie JSON animations with SVG placeholders",
"keywords": [
"gatsby",
"gatsby-plugin",
"markdown",
"remark",
"lottie",
"animation",
"svg"
],
"author": "Chad Lee <npm@chadly.net>",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/chadly/gatsby-remark-lottie.git"
},
"bugs": {
"url": "https://github.com/chadly/gatsby-remark-lottie/issues"
},
"homepage": "https://github.com/chadly/gatsby-remark-lottie#README",
"dependencies": {
"lottie-to-svg": "^1.0.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@runly/eslint-config": "^2.0.1",
"eslint": "^7.6.0",
"prettier": "^2.0.5"
}
}