mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
22 lines
466 B
JSON
22 lines
466 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",
|
|
"karma": "~0.12.20",
|
|
"karma-jasmine": "~0.2.1",
|
|
"karma-chrome-launcher": "~0.1.5",
|
|
"karma-requirejs": "~0.2.2"
|
|
}
|
|
}
|