forked from alessbell/gatsby-remark-twitter-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 941 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
38
{
"name": "@francesc/gatsby-plugin-multilang-twitter-cards",
"title": "Gatsby multi-lang twitter cards",
"description": "Gatsby plugin for generating Twitter Open Graph cards",
"version": "0.1.8",
"main": "gatsby-node.js",
"readmeFilename": "README.md",
"author": "Original work by Syntra and Alessia Bellisario, adapted by Francesc Busquets for sites using gatsby-plugin-intl",
"repository": {
"type": "git",
"url": "git+https://github.com/frncesc/gatsby-plugin-multilang-twitter-cards.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"remark",
"gatsby-plugin-intl",
"intl",
"social",
"sharing",
"twitter",
"card",
"graphic",
"image"
],
"license": "MIT",
"scripts": {
"lint": "eslint --ext .js ."
},
"dependencies": {
"jimp": "^0.16.1",
"path": "0.12.7",
"wasm-twitter-card": "^0.3.0"
},
"devDependencies": {
"eslint": "7.21.0"
}
}