-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 868 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
{
"name": "remark-altprot",
"version": "1.1.0",
"description": "A remark alternate protocols plugin.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/leeclarke/remark-altprot"
},
"keywords": [
"Remark",
"plugin",
"hyper",
"dat",
"cabal"
],
"author": "lees2bytes",
"bugs": {
"url": "https://github.com/leeclarke/remark-altprot/issues"
},
"homepage": "https://github.com/leeclarke/remark-altprot#readme",
"license": "MIT",
"scripts": {
"test": "node test/test.js"
},
"dependencies": {
"pump": "^3.0.0",
"react": "^16.13.1",
"rehype-stringify": "^8.0.0",
"remark": "^12.0.0",
"remark-rehype": "^7.0.0",
"tape": "^5.0.1",
"unist-util-is": "^4.0.2",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"to-vfile": "^6.1.0"
}
}