forked from noxify/gridsome-plugin-remark-image-download
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "@noxify/gridsome-plugin-remark-image-download",
"version": "1.1.6",
"description": "Gridsome Remark plugin to download remote images",
"main": "src/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Marcus Reinhardt <[email protected]>",
"homepage": "https://github.com/noxify/gridsome-plugin-remark-image-download",
"repository": {
"type": "git",
"url": "https://github.com/noxify/gridsome-plugin-remark-image-download.git"
},
"bugs": {
"url": "https://github.com/noxify/gridsome-plugin-remark-image-download/issues"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"vue",
"remark",
"gridsome",
"gridsome-plugin",
"markdown",
"image",
"download",
"images"
],
"dependencies": {
"image-download": "1.3.0",
"image-type": "^4.1.0",
"unist-util-visit": "^2.0.3"
}
}