mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
21 lines
344 B
JSON
21 lines
344 B
JSON
|
{
|
||
|
"name": "usageTests",
|
||
|
"version": "0.4.0",
|
||
|
"homepage": "https://github.com/knsv/mermaid",
|
||
|
"authors": [
|
||
|
"knsv <knut@sveido.com>"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"requirejs": "~2.1.16",
|
||
|
"mermaid": "~0.4.0"
|
||
|
}
|
||
|
}
|