-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 878 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
{
"name": "rehype-resolution",
"version": "1.0.0",
"description": "Insert srcset attribute into img elements",
"main": "index.js",
"scripts": {
"test": "tap test.js -b --cov"
},
"repository": {
"type": "git",
"url": "git://github.com/michaelnisi/rehype-resolution.git"
},
"keywords": [
"unified",
"rehype",
"html",
"responsive",
"image",
"resolution",
"srcset"
],
"author": "Michael Nisi (https://troubled.pro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelnisi/rehype-resolution/issues"
},
"homepage": "https://github.com/michaelnisi/rehype-resolution#readme",
"devDependencies": {
"rehype-parse": "^6.0.0",
"rehype-stringify": "^5.0.0",
"standard": "^12.0.1",
"tap": "^12.6.0",
"unified": "^7.1.0"
},
"dependencies": {
"unist-util-visit": "^1.4.0"
}
}