-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 857 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
39
40
{
"name": "remark-a11y-image",
"version": "1.0.4",
"description": "Remark plugin to embed accessible images in markdown.",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"author": "Marcus Raevmann Brown",
"homepage": "https://github.com/Healios/remark-a11y-image",
"repository": {
"type": "git",
"url": "https://github.com/Healios/remark-a11y-image.git"
},
"bugs": {
"url": "https://github.com/Healios/remark-a11y-image/issues"
},
"license": "MIT",
"keywords": [
"remark",
"markdown",
"wcag",
"a11y",
"accessability",
"image"
],
"dependencies": {
"unist-util-visit": "1.4.0"
},
"devDependencies": {
"jest": "^27.0.4",
"remark": "^13.0.0",
"rollup": "^2.52.1",
"rollup-plugin-copy": "^3.4.0"
},
"files": [
"dist"
]
}