mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
39 lines
813 B
JSON
39 lines
813 B
JSON
{
|
|
"name": "mermaid",
|
|
"authors": [
|
|
"knsv <knut@sveido.com>",
|
|
"Tyler Long (https://github.com/tylerlong)"
|
|
],
|
|
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
|
"main": "dist/mermaid.slim.js",
|
|
"keywords": [
|
|
"diagram",
|
|
"markdown",
|
|
"flowchart",
|
|
"sequence diagram",
|
|
"gantt",
|
|
"class diagram",
|
|
"git graph"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"*",
|
|
"!dist/",
|
|
"!dist/*",
|
|
"!LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"chalk": "^2.1.0",
|
|
"d3": "3.5.17",
|
|
"dagre": "^0.7.4",
|
|
"dagre-d3-renderer": "^0.1.6",
|
|
"he": "^1.1.1",
|
|
"lodash": "^4.17.4",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"moment": "^2.18.1",
|
|
"semver": "^5.4.1",
|
|
"which": "^1.3.0"
|
|
}
|
|
}
|