mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
22 lines
368 B
JSON
22 lines
368 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",
|
|
"qunit": "~1.18.0"
|
|
}
|
|
}
|