forked from camelaissani/markdown-it-include
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 838 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 838 Bytes
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
{
"name": "markdown-it-include",
"version": "1.0.0",
"description": "Markdown-it plugin which adds the ability to include markdown fragment files. Forked from https://github.com/camelaissani/markdown-it-include",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"include"
],
"repository": {
"type": "git",
"url": "https://github.com/SofaComplianceRobotics/markdown-it-include"
},
"bugs": {
"url": "https://github.com/SofaComplianceRobotics/markdown-it-include/issues"
},
"license": "MIT",
"main": "markdownItInclude.js",
"files": ["markdownItInclude.js"],
"author": {
"name": "Compliance Robotics",
"url": "https://compliance-robotics.com"
},
"peerDependencies": {
"markdown-it": ">=8.4.2"
},
"devDependencies": {
"markdown-it": ">=11.0.0"
}
}