forked from noxify/gridsome-plugin-remark-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
41
42
{
"name": "@jammeryhq/gridsome-plugin-remark-embed",
"version": "1.3.1",
"description": "Gridsome Remark plugin to embed external stuff like github gist, twitter feeds, youtube videos etc.",
"main": "src/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JammeryHQ <hello@jammeryhq.com>",
"homepage": "https://github.com/jammeryhq/gridsome-plugin-remark-embed",
"repository": {
"type": "git",
"url": "https://github.com/jammeryhq/gridsome-plugin-remark-embed.git"
},
"bugs": {
"url": "https://github.com/jammeryhq/gridsome-plugin-remark-embed/issues"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"vue",
"remark",
"gridsome",
"gridsome-plugin",
"markdown",
"youtube",
"gist",
"twitter",
"embed"
],
"dependencies": {
"unist-util-visit": "^2.0.2",
"lodash": "4.17.20",
"handlebars": "^4.7.6",
"node-fetch": "^2.6.0",
"cheerio": "^1.0.0-rc.3",
"parse-numeric-range": "^1.2.0",
"querystring": "^0.2.0"
}
}