-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 907 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
{
"name": "markdown-it-directive",
"version": "2.0.2",
"description": "Directive extension for markdown-it markdown parser.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hilookas/markdown-it-directive.git"
},
"keywords": [
"markdown-it",
"markdown-it-plugin",
"directive",
"plugin",
"framework",
"commonmark"
],
"author": "lookas",
"license": "MIT",
"bugs": {
"url": "https://github.com/hilookas/markdown-it-directive/issues"
},
"homepage": "https://github.com/hilookas/markdown-it-directive#readme",
"devDependencies": {
"markdown-it": "^12.0.0 || ^13.0.0",
"@types/markdown-it": "^12.0.0 || ^13.0.0"
},
"peerDependencies": {
"markdown-it": "^12.0.0 || ^13.0.0",
"@types/markdown-it": "^12.0.0 || ^13.0.0"
}
}