mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 08:50:13 +02:00
20
test/usageTests/bower.json
Normal file
20
test/usageTests/bower.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user