mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
18 lines
338 B
JSON
18 lines
338 B
JSON
|
{
|
||
|
"name": "mermaid",
|
||
|
"version": "0.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"devDependencies": {
|
||
|
"gulp": "~3.8.9",
|
||
|
"jison": "~0.4.15",
|
||
|
"jasmine": "~2.0.1",
|
||
|
"gulp-jison": "~1.0.0"
|
||
|
}
|
||
|
}
|