forked from liradb2000/markdown-it-mermaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 KB
/
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
40
41
{
"name": "@liradb2000/markdown-it-mermaid",
"version": "0.3.7",
"description": "Forked Package markdown-it-mermaid (Newely).",
"main": "src/index.js",
"scripts": {
"test": "node -r babel-register test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liradb2000/markdown-it-mermaid.git"
},
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"mermaid",
"flowchart",
"sequence"
],
"author": "DB KIM <https://github.com/liradb2000>",
"license": "MIT",
"bugs": {
"url": "https://github.com/liradb2000/markdown-it-mermaid/issues"
},
"homepage": "https://github.com/liradb2000/markdown-it-mermaid#readme",
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"markdown-it": "^8.4.0",
"standard": "^10.0.3",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0",
"yarn-upgrade-all": "^0.2.0"
},
"dependencies": {
"mermaid": "^8.4.0"
}
}