forked from brechtcs/rehype-urls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 873 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-urls",
"version": "1.2.0",
"description": "Rehype plugin to rewrite URLs of `href` and `src` attributes",
"main": "index.js",
"scripts": {
"test": "tape test.js && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brechtcs/rehype-urls.git"
},
"keywords": [
"rehype",
"hast",
"rewrite",
"url",
"link",
"src",
"href"
],
"bugs": {
"url": "https://github.com/brechtcs/rehype-urls/issues"
},
"homepage": "https://github.com/brechtcs/rehype-urls#readme",
"author": "Brecht Savelkoul <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"hast-util-has-property": "^1.0.2",
"stdopt": "^2.0.0",
"unist-util-visit": "^1.4.0"
},
"devDependencies": {
"rehype": "^7.0.0",
"standard": "^12.0.1",
"tape": "^4.9.1"
}
}