forked from mermaid-js/mermaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 846 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "mermaid-pages",
"version": "0.3.0",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"bin": {
"mermaid": "./bin/mermaid.js"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/knsv/mermaid"
},
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "^0.5.1",
"dagre-d3": "~0.3.2",
"he": "^0.5.0",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"semver": "^4.1.1",
"which": "^1.0.8"
},
"devDependencies": {
"event-stream": "^3.2.0",
"express": "^4.10.6",
"front-matter": "^0.2.0",
"gulp": "~3.8.9",
"gulp-data": "^1.1.1",
"gulp-ext-replace": "~0.1.0",
"gulp-shell": "^0.2.10",
"hogan.js": "^3.0.2",
"marked": "^0.3.2",
"path": "^0.4.9"
}
}