mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
25 lines
386 B
JSON
25 lines
386 B
JSON
{
|
|
"name": "mermaid",
|
|
"version": "0.0.1",
|
|
"authors": [
|
|
"knsv <knut@sveido.com>"
|
|
],
|
|
"description": "Markdownish syntax for generating diagrams",
|
|
"main": "mermaid.js",
|
|
"moduleType": [
|
|
"amd"
|
|
],
|
|
"keywords": [
|
|
"diagram",
|
|
"markdown"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|