-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 KB
/
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
39
40
{
"name": "gridsome-remark-figure-caption",
"version": "1.2.2",
"description": "A gridsome remark plugin to transform markdown image to figure with caption element",
"main": "src/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Quang Trinh <[email protected]>",
"homepage": "https://github.com/tkhquang/gridsome-remark-figure-caption",
"repository": {
"type": "git",
"url": "git+https://github.com/tkhquang/gridsome-remark-figure-caption.git"
},
"bugs": {
"url": "https://github.com/tkhquang/gridsome-remark-figure-caption/issues"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"vue",
"remark",
"gridsome",
"gridsome-plugin",
"markdown",
"image",
"images",
"figure",
"caption"
],
"dependencies": {
"hast-util-whitespace": "^1.0.4",
"remark-parse": "^9.0.0",
"unified": "^9.2.0",
"unist-util-remove": "^2.0.0",
"unist-util-visit": "^2.0.2"
}
}