-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
38
39
40
41
42
{
"name": "gridsome-remark-embed-snippet",
"version": "1.0.4",
"description": "Gridsome markdown remark transformer plugin to embed the contents of specified files as code snippets.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mrinalini-m/gridsome-remark-embed-snippet.git"
},
"keywords": [
"gridsome",
"gridsome-plugin",
"remark",
"remark-embed-snippet",
"embed-snippet",
"vue"
],
"author": "Mrinalini 'Sam' Manandhar",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrinalini-m/gridsome-remark-embed-snippet/issues"
},
"homepage": "https://github.com/mrinalini-m/gridsome-remark-embed-snippet#readme",
"dependencies": {
"normalize-path": "^3.0.0",
"unist-util-visit": "^2.0.3",
"parse-numeric-range": "^1.2.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"jest": "^26.1.0",
"remark": "^12.0.1"
},
"scripts": {
"test": "jest"
}
}